Skip to content

Commit

Permalink
Updated binary paths in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Jun 19, 2024
1 parent 9a8a5bf commit 98b7b69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
tests: false
sconsflags: linker=gold precision=double
doc-test: false
bin: ./godot/bin/godot.macos.editor.double.x86_64
deploy-bin: ./godot/bin/godot.macos.editor.double.x86_64
editor-bin-name: godot.macos.editor.double.x86_64
bin: ./godot/bin/godot.macos.editor.double.arm64
deploy-bin: ./godot/bin/godot.macos.editor.double.arm64
editor-bin-name: godot.macos.editor.double.arm64
proj-conv: false
artifact: true
platform: macos
Expand Down

0 comments on commit 98b7b69

Please sign in to comment.