This commit is contained in:
2023-04-28 15:15:12 -07:00
parent 325c93c03c
commit 043b94d9bb

View File

@@ -18,6 +18,6 @@ runs:
id: getTarget
run: |
#Choose the correct buildTarget: https://docs.unity3d.com/Manual/EditorCommandLineArguments.html
bash ${{ github.action_path }}/get_target.sh "${{ inputs.platform }}"
shell: bash