Skip to content

Commit 98b7b69

Browse files
committed
Updated binary paths in build workflow
1 parent 9a8a5bf commit 98b7b69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/builds.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ jobs:
7676
tests: false
7777
sconsflags: linker=gold precision=double
7878
doc-test: false
79-
bin: ./godot/bin/godot.macos.editor.double.x86_64
80-
deploy-bin: ./godot/bin/godot.macos.editor.double.x86_64
81-
editor-bin-name: godot.macos.editor.double.x86_64
79+
bin: ./godot/bin/godot.macos.editor.double.arm64
80+
deploy-bin: ./godot/bin/godot.macos.editor.double.arm64
81+
editor-bin-name: godot.macos.editor.double.arm64
8282
proj-conv: false
8383
artifact: true
8484
platform: macos

0 commit comments

Comments
 (0)