File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 9797 run : |
9898 set -eux
9999
100- GODOT_BIN=. /godot-artifacts/godot.linuxbsd.editor.x86_64.mono
101- GDEXTENSION_DIR=. /gdextension_api
100+ GODOT_BIN=`pwd` /godot-artifacts/godot.linuxbsd.editor.x86_64.mono
101+ GDEXTENSION_DIR=`pwd` /gdextension_api
102102 ls godot-artifacts
103103
104104 chmod +x $GODOT_BIN
@@ -186,11 +186,12 @@ jobs:
186186 - name : ' Setup bleeding edge Godot ποΈ'
187187 id : setup-godot
188188 if : ${{ env.BLEEDING_EDGE_GODOT }}
189+ shell : bash
189190 run : |
190191 set -eux
191192
192- GODOT_BIN=. /godot-artifacts/godot.windows.editor.x86_64.mono
193- GDEXTENSION_DIR=. /gdextension_api
193+ GODOT_BIN=`pwd` /godot-artifacts/godot.windows.editor.x86_64.mono
194+ GDEXTENSION_DIR=`pwd` /gdextension_api
194195 ls godot-artifacts
195196
196197 chmod +x $GODOT_BIN
You canβt perform that action at this time.
0 commit comments