Skip to content

Commit e04a219

Browse files
authored
Update godot-build-artifact.yml
1 parent 54c4f6f commit e04a219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/godot-build-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build everything
3333
run: |
3434
sudo chmod +x ./build_game.sh
35-
./build_game.sh -godot_version_number ${{ matrix.godot-version }} -godot_version_status "stable" -build_mode "source" -base_path $GITHUB_WORKSPACE
35+
./build_game.sh -godot_version_number ${{ matrix.godot-version }} -godot_version_status "stable" -build_mode "source" -base_path $GITHUB_WORKSPACE -branch "main"
3636
zip -r build-x11-64-${{ matrix.godot-version }}.zip builds/${{ matrix.godot-version }}.stable/x11-64-standard/
3737
zip -r build-osx-${{ matrix.godot-version }}.zip builds/${{ matrix.godot-version }}.stable/osx-standard/
3838
zip -r build-win-64-${{ matrix.godot-version }}.zip builds/${{ matrix.godot-version }}.stable/win-64-standard/

0 commit comments

Comments
 (0)