From 56710f0dbaf97252024bea1a269d44e59b1d3bc5 Mon Sep 17 00:00:00 2001 From: rsantacroce Date: Thu, 18 Jan 2024 10:11:14 +0100 Subject: [PATCH] changing ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57ab8eb..531ea53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: chmod +x ./${{ matrix.godot_executable }} fi ls - ./${{ matrix.godot_executable }} --export "${{ matrix.platform }}" mygame.${{ matrix.extension }} + ./${{ matrix.godot_executable }} --export-release "${{ matrix.platform }}" drivehcain_launcher.${{ matrix.extension }} - name: Upload Artifacts uses: actions/upload-artifact@v2