From dd4fcb72fad19d9a8c56ae8ead1f3cc7eaf714f0 Mon Sep 17 00:00:00 2001 From: Rekku Date: Fri, 23 Aug 2024 19:02:02 +0100 Subject: [PATCH] Flow 2.91 --- .github/workflows/build-godot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-godot.yml b/.github/workflows/build-godot.yml index 05cb1f0a..a7511fde 100644 --- a/.github/workflows/build-godot.yml +++ b/.github/workflows/build-godot.yml @@ -92,7 +92,7 @@ jobs: if: ${{ github.event.inputs.job_target == 'mac' || github.event.inputs.job_target == 'all' }} run: | mkdir -p ${{ env.EXPORT_FOLDER_MAC }} - ./Godot_v${GODOT_VERSION}-stable_linux.x86_64 --import ${{ env.GODOT_PROJECT_LOCATION }} --quiet --headless --export-debug "macOS" ${{ env.MAIN_FOLDER }}/${{ env.EXPORT_FOLDER_MAC}}/${{ env.APPLICATION_NAME}}.exe + ./Godot_v${GODOT_VERSION}-stable_linux.x86_64 --import ${{ env.GODOT_PROJECT_LOCATION }} --quiet --headless --export-debug "macOS" ${{ env.MAIN_FOLDER }}/${{ env.EXPORT_FOLDER_MAC}}/${{ env.APPLICATION_NAME}} - name: Uploading GDExtension artifact debug if: ${{ github.event.inputs.job_target == 'mac' || github.event.inputs.job_target == 'all' }}