Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroKill committed Nov 30, 2024
1 parent 4f47c5e commit 1229681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
New-Item -ItemType Directory nuget_files > $null
Copy-Item src\bin\Release\*.*nupkg nuget_files
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
with:
name: nupkg
Expand Down

0 comments on commit 1229681

Please sign in to comment.