tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/actions/export-mac/action.yml')
| -rw-r--r-- | .github/actions/export-mac/action.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/actions/export-mac/action.yml b/.github/actions/export-mac/action.yml index 52e1ab7..e56d58e 100644 --- a/.github/actions/export-mac/action.yml +++ b/.github/actions/export-mac/action.yml @@ -22,6 +22,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 mac + shell: bash + - name: Upload if: steps.get-export-name.outputs.export-name uses: actions/upload-artifact@v3 |