1
0
Fork 0
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:
OverloadedOrama 2020-09-23 20:29:04 +03:00
commit 745acd5967

View file

@ -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 📁