We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593c269 commit 1815ed0Copy full SHA for 1815ed0
1 file changed
.github/workflows/build.yml
@@ -45,6 +45,7 @@ jobs:
45
with:
46
name: nuget
47
path: artifacts/nuget
48
+ if-no-files-found: error
49
50
prerelease:
51
runs-on: ubuntu-latest
@@ -63,7 +64,7 @@ jobs:
63
64
65
66
- name: Push to GitHub feed
- run: dotnet nuget push nuget/*.nupkg
67
+ run: dotnet nuget push *.nupkg
68
--api-key "${{secrets.GITHUB_TOKEN}}"
69
--source "https://nuget.pkg.github.com/${{github.repository_owner}}/"
70
--skip-duplicate
@@ -79,7 +80,7 @@ jobs:
79
80
- name: Setup dotnet
81
uses: actions/setup-dotnet@v1
82
- dotnet-version: '8.0.101'
83
+ dotnet-version: '9.0.101'
84
include-prerelease: true
85
86
- name: Prepare
0 commit comments