We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0a05c7 + b572a6f commit 4475328Copy full SHA for 4475328
1 file changed
.github/workflows/build-release.yml
@@ -63,10 +63,11 @@ jobs:
63
directory: RuntimeUnitTestToolkit
64
65
# Store artifacts.
66
- - uses: actions/upload-artifact@v1
+ - uses: Cysharp/Actions/.github/actions/upload-artifact@main
67
with:
68
name: RuntimeUnitTestToolkit.${{ inputs.tag }}.unitypackage
69
path: ./RuntimeUnitTestToolkit/RuntimeUnitTestToolkit.${{ inputs.tag }}.unitypackage
70
+ retention-days: 1
71
72
# release
73
create-release:
0 commit comments