tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/actions/export-android/action.yml')
| -rw-r--r-- | .github/actions/export-android/action.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/actions/export-android/action.yml b/.github/actions/export-android/action.yml index da3881c..747097e 100644 --- a/.github/actions/export-android/action.yml +++ b/.github/actions/export-android/action.yml @@ -62,6 +62,12 @@ runs: echo "::endgroup::" shell: bash + - name: Add extra files + if: steps.get-export-name.outputs.export-name + run: | + [[ -f .github/post_export ]] && chmod +x .github/post_export && .github/post_export android + shell: bash + - name: Upload if: steps.get-export-name.outputs.export-name uses: actions/upload-artifact@v3 |