Skip to content

Commit

Permalink
incremental change
Browse files Browse the repository at this point in the history
  • Loading branch information
chkuang-g committed Aug 17, 2023
1 parent 8e45153 commit 1b4e9dd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion gha/build_setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,24 @@ runs:
run: |
pip install -r ./external/firebase-unity-sdk/scripts/gha/requirements.txt
# - name: unity_setup
# uses: ./external/firebase-unity-sdk/gha/unity
# with:
# version: ${{ inputs.unity_version }}
# # iOS build support is always required to build EDM4U
# platforms: "${{ inputs.platform }},iOS"
# username: ${{ inputs.unity_username }}
# password: ${{ inputs.unity_password }}
# serial_ids: ${{ inputs.unity_serial_ids }}

- name: unity_setup
uses: ./external/firebase-unity-sdk/gha/unity
uses: firebase/firebase-unity-sdk/gha/unity@main
secrets: inherit # pass all secrets
with:
version: ${{ inputs.unity_version }}
# iOS build support is always required to build EDM4U
platforms: "${{ inputs.platform }},iOS"
username: ${{ inputs.unity_username }}
password: ${{ inputs.unity_password }}
serial_ids: ${{ inputs.unity_serial_ids }}

0 comments on commit 1b4e9dd

Please sign in to comment.