We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4beeade + 24d29ad commit db3b17dCopy full SHA for db3b17d
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
- run: dotnet r pack -- --version-suffix ${{ env.VERSION_SUFFIX }}
66
67
- name: Upload artifacts
68
- uses: actions/upload-artifact@v4.6.0
+ uses: actions/upload-artifact@v4.6.1
69
with:
70
name: nupkg
71
path: ./artifacts/*.nupkg
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: dotnet r pack
32
33
34
35
36
37
0 commit comments