mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Merge branch 'release'
This commit is contained in:
commit
745acd5967
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
godot -v --export "Linux/X11 64-bit" ./build/linux-64bit/$EXPORT_NAME.x86_64
|
||||
godot -v --export "Linux/X11 32-bit" ./build/linux-32bit/$EXPORT_NAME.x86
|
||||
- name: Give execute permission ☑️
|
||||
run:
|
||||
run: |
|
||||
chmod +x ./build/linux-64bit/$EXPORT_NAME.x86_64
|
||||
chmod +x ./build/linux-32bit/$EXPORT_NAME.x86
|
||||
- name: Copy pixelorama_data folder 📁
|
||||
|
|
Loading…
Reference in a new issue