From c40ee4b645d5ab5075a2e4685a957c8546d211af Mon Sep 17 00:00:00 2001 From: Rekku Date: Fri, 23 Aug 2024 19:05:15 +0100 Subject: [PATCH] Flow 2.92 --- .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 a7511fde..73971305 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}} + ./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}}.app - name: Uploading GDExtension artifact debug if: ${{ github.event.inputs.job_target == 'mac' || github.event.inputs.job_target == 'all' }}