Skip to content

Commit

Permalink
Bump actions/upload-artifact from 1 to 4.4.0 in /.github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Oct 16, 2024
1 parent 8e8a7cc commit b014a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
./build.sh -t pack -c release
- name: Upload nupkg
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4.4.0
with:
name: nuget
path: build
Expand All @@ -57,7 +57,7 @@ jobs:
name: nuget

- name: Push to GitHub feed
run: dotnet nuget push nuget/*.nupkg
run: dotnet nuget push *.nupkg
--api-key "${{secrets.GITHUB_TOKEN}}"
--source "https://nuget.pkg.github.com/${{github.repository_owner}}/"
--skip-duplicate
Expand Down

0 comments on commit b014a76

Please sign in to comment.