Skip to content

Commit df5bfad

Browse files
committed
fix reusable workflow
1 parent c839346 commit df5bfad

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ jobs:
170170
jsar-runtime-release.tar.gz
171171
repo_token: ${{ secrets.GITHUB_TOKEN }}
172172
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 }}
173+
174+
build-unity-loader:
175+
needs: [release]
176+
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

Comments
 (0)