Skip to content

Commit 1d361dc

Browse files
committed
ci: fix upload artifact to use Cysharp/Actions
1 parent 94409a6 commit 1d361dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ jobs:
3636
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
3737
- run: dotnet test -c Release --no-build
3838
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
39-
- uses: actions/upload-artifact@v3
39+
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
4040
with:
4141
name: nuget
4242
path: ./publish
43+
retention-days: 1
4344

4445
build-unity:
4546
needs: [update-packagejson]

0 commit comments

Comments
 (0)