mirror of https://github.com/Cysharp/UniTask
Update build-debug.yml
parent
87e164e275
commit
4d204e4aa6
|
@ -81,6 +81,7 @@ jobs:
|
|||
|
||||
# Store artifacts.
|
||||
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
|
||||
if: ${{ startsWith(matrix.unity, '2021') }} # only execute 2021
|
||||
with:
|
||||
name: UniTask.unitypackage-${{ matrix.unity }}.zip
|
||||
path: ./src/UniTask/*.unitypackage
|
||||
|
|
Loading…
Reference in New Issue