From 7535697c8a6d13868ea5e9a5bc310469957eba2f Mon Sep 17 00:00:00 2001 From: Luka Date: Sun, 28 Jul 2024 22:23:09 +0400 Subject: [PATCH] Update Build_Exe.yaml --- .github/workflows/Build_Exe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build_Exe.yaml b/.github/workflows/Build_Exe.yaml index f5396bd..5fc281b 100644 --- a/.github/workflows/Build_Exe.yaml +++ b/.github/workflows/Build_Exe.yaml @@ -56,10 +56,10 @@ jobs: echo "version=$version" >> $GITHUB_ENV - name: 🧑‍🔬 Generate .NET Bindings - run: godot --headless --rendering-driver opengl3 --build-solutions --quit || exit 0 + run: godot --rendering-driver opengl3 --build-solutions --quit || exit 0 - name: Build Windows EXE - run: godot --headless --rendering-driver opengl3 --export-release "win64" ${{ github.workspace }}/Release/Connect-A-PIC.exe + run: godot --rendering-driver opengl3 --export-release "win64" ${{ github.workspace }}/Release/Connect-A-PIC.exe - name: List files in Release directory run: ls -la ${{ github.workspace }}/Release