Skip to content

Commit

Permalink
artifact fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Feb 2, 2025
1 parent f03e474 commit 1cd646d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,9 @@ jobs:
- name: Publish artifacts
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: |
*.zip
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: |
**\\*.nupkg
*.nupkg
- name: Publish NuGet
if: startsWith(github.ref, 'refs/heads/master') && github.repository_owner == 'ErikEJ'
Expand Down

0 comments on commit 1cd646d

Please sign in to comment.