Skip to content

Commit

Permalink
Pass missing param for assemble android
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Oct 10, 2024
1 parent 5422ff2 commit 1ca69c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/assemble_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
inputs:
godot-version:
type: string
jvm-version:
type: string

concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-linux_assemble
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- build-android
with:
godot-version: ${{ needs.setup-build-variables.outputs['godot-version'] }}
jvm-version: ${{ needs.setup-build-variables.outputs['jvm-version'] }}

assemble-macos:
name: 🍎 Assemble macos
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger_on_push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
- build-android
with:
godot-version: ${{ needs.setup-build-variables.outputs['godot-version'] }}
jvm-version: ${{ needs.setup-build-variables.outputs['jvm-version'] }}

assemble-macos:
name: 🍎 Assemble macos
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
- build-android
with:
godot-version: ${{ needs.setup-build-variables.outputs['godot-version'] }}
jvm-version: ${{ needs.setup-build-variables.outputs['jvm-version'] }}

assemble-macos:
name: 🍎 Assemble macos
Expand Down

0 comments on commit 1ca69c3

Please sign in to comment.