We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94409a6 commit 1d361dcCopy full SHA for 1d361dc
.github/workflows/build-release.yml
@@ -36,10 +36,11 @@ jobs:
36
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
37
- run: dotnet test -c Release --no-build
38
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
39
- - uses: actions/upload-artifact@v3
+ - uses: Cysharp/Actions/.github/actions/upload-artifact@main
40
with:
41
name: nuget
42
path: ./publish
43
+ retention-days: 1
44
45
build-unity:
46
needs: [update-packagejson]
0 commit comments