We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8a7cc commit b014a76Copy full SHA for b014a76
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
./build.sh -t pack -c release
37
38
- name: Upload nupkg
39
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4.4.0
40
with:
41
name: nuget
42
path: build
@@ -57,7 +57,7 @@ jobs:
57
58
59
- name: Push to GitHub feed
60
- run: dotnet nuget push nuget/*.nupkg
+ run: dotnet nuget push *.nupkg
61
--api-key "${{secrets.GITHUB_TOKEN}}"
62
--source "https://nuget.pkg.github.com/${{github.repository_owner}}/"
63
--skip-duplicate
0 commit comments