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.
1 parent baa2d07 commit b8d21d0Copy full SHA for b8d21d0
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Pack solution [Release]
32
run: dotnet pack --no-restore --no-build -c Release -p:VersionSuffix=$GITHUB_RUN_NUMBER -o out
33
- name: Upload artifacts
34
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
35
with:
36
name: Nuget packages
37
path: |
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
42
run: dotnet pack --no-restore --no-build -c Release -p:Version=$version -o out
43
- name: Upload Nuget packages as workflow artifacts
44
45
46
47
0 commit comments