mirror of https://github.com/Cysharp/UniTask
chore: upload
parent
cb497c9eb5
commit
f8a501290a
|
@ -83,3 +83,10 @@ jobs:
|
|||
name: UniTask.unitypackage-${{ matrix.unity }}.zip
|
||||
path: ./src/UniTask/*.unitypackage
|
||||
retention-days: 1
|
||||
|
||||
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
|
||||
if: always()
|
||||
with:
|
||||
name: StandaloneLinux64_IL2CPP.${{ matrix.unity}}.test.zip
|
||||
path: ./src/UniTask/bin/UnitTest/StandaloneLinux64_IL2CPP/test/
|
||||
retention-days: 1
|
||||
|
|
Loading…
Reference in New Issue