Skip to content

Commit

Permalink
Update Build_Exe.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cx3n1 authored Jul 28, 2024
1 parent 237aa28 commit 7535697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build_Exe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7535697

Please sign in to comment.