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 7b17b91 commit 941e4b4Copy full SHA for 941e4b4
.github/workflows/dotnetcore.yml
@@ -68,9 +68,9 @@ jobs:
68
- name: Package
69
run: dotnet pack build.proj --version-suffix ${{ steps.version_suffix.outputs.version_suffix }}
70
- name: Upload Artifacts
71
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
72
with:
73
- name: nupkg
+ name: nupkg-${{ matrix.runs-on }}
74
path: ./bin/nupkg/*.nupkg
75
- name: Push to GitHub Feed
76
continue-on-error: true
.github/workflows/release-package.yml
@@ -29,9 +29,9 @@ jobs:
29
30
run: dotnet pack build.proj
31
32
33
34
35
36
37
shell: bash
0 commit comments