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 10fb124 commit 3b09af5Copy full SHA for 3b09af5
.github/workflows/build-release.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
24
- run: dotnet test -c Release --no-build
25
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
26
- - uses: actions/upload-artifact@v2
+ - uses: Cysharp/Actions/.github/actions/upload-artifact@main
27
with:
28
name: nuget
29
path: ./publish
0 commit comments