Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Feb 22, 2023
1 parent 7659ad8 commit da0b5b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ runs:
echo ${{ inputs.godot-version }}.stable >> ${{ inputs.working-directory }}/android/.build_version
unzip ~/.local/share/godot/templates/${{ inputs.godot-version }}.stable/android_source.zip -d ${{ inputs.working-directory }}/android/build
<<<<<<< HEAD
=======
- name: Open game in editor once to load assets
shell: bash
run: godot -e -q --path ${{ inputs.working-directory }}

>>>>>>> 6789be0 (add changes-not-sent-for-review parameter)
- name: Export
shell: bash
run: godot --path ${{ inputs.working-directory }} --export Android
Expand Down

0 comments on commit da0b5b8

Please sign in to comment.