We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e164e commit 4d204e4Copy full SHA for 4d204e4
.github/workflows/build-debug.yml
@@ -81,6 +81,7 @@ jobs:
81
82
# Store artifacts.
83
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
84
+ if: ${{ startsWith(matrix.unity, '2021') }} # only execute 2021
85
with:
86
name: UniTask.unitypackage-${{ matrix.unity }}.zip
87
path: ./src/UniTask/*.unitypackage
0 commit comments