Skip to content

Commit

Permalink
Fixed name of the extracted folder
Browse files Browse the repository at this point in the history
  • Loading branch information
CloneDeath committed Apr 15, 2024
1 parent 6adbada commit 694f4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
curl -L -o godot.zip https://github.com/godotengine/godot/releases/download/${GODOT_VERSION}-stable/Godot_v${GODOT_VERSION}-stable_mono_linux_x86_64.zip
unzip godot.zip
mv Godot_v${GODOT_VERSION}-stable_mono_linux.x86_64 godot
mv Godot_v${GODOT_VERSION}-stable_mono_linux_x86_64 godot
ls
chmod +x godot
- name: Download Export Templates
Expand Down

0 comments on commit 694f4ff

Please sign in to comment.