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 103ac2a + 4545979 commit 0b461b8Copy full SHA for 0b461b8
.github/workflows/dotnet.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Pack nuget
46
run: dotnet pack --output ./artifacts -p:Version=${{ steps.gitversion.outputs.nuGetVersion }}
47
- name: Upload artifact
48
- uses: actions/[email protected].1
+ uses: actions/[email protected].2
49
with:
50
name: artifacts
51
path: ./artifacts
0 commit comments