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 49dd2c3 commit 683a9e8Copy full SHA for 683a9e8
β.github/workflows/master.ymlβ
@@ -25,7 +25,7 @@ jobs:
25
- name: π Pack artifacts
26
run: dotnet pack --no-build -c Release --version-suffix dev-$(date +%s) -o artifacts/
27
- name: π Publish artifacts
28
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
29
with:
30
name: nupkg
31
path: artifacts/*
β.github/workflows/prod.ymlβ
run: dotnet pack -c Release --no-build -o artifacts/
0 commit comments