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 c839346 commit df5bfadCopy full SHA for df5bfad
.github/workflows/release.yml
@@ -170,7 +170,9 @@ jobs:
170
jsar-runtime-release.tar.gz
171
repo_token: ${{ secrets.GITHUB_TOKEN }}
172
tag_name: ${{ github.event.inputs.tag_name }}
173
- - name: Build jsar-loader-unity
174
- uses: M-CreativeLab/jsar-loader-unity/.github/workflows/release.yml@main
175
- with:
176
- jsar_runtime_version: ${{ github.event.inputs.tag_name }}
+
+ build-unity-loader:
+ needs: [release]
+ uses: M-CreativeLab/jsar-loader-unity/.github/workflows/release.yml@main
177
+ with:
178
+ jsar_runtime_version: ${{ github.event.inputs.tag_name }}
0 commit comments