1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Give execute permission to the generated Linux build

This commit is contained in:
Manolis Papadeas 2020-08-29 20:34:43 +03:00 committed by GitHub
parent 206fbf8cae
commit 97b6156bfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,9 @@ jobs:
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
- name: Linux Build 🔧
run: godot -v --export "Linux/X11 64-bit" ./build/linux-64bit/$EXPORT_NAME.x86_64
- name: Give execute permission ☑️
run:
chmod +x ./build/linux-64bit/$EXPORT_NAME.x86_64
- name: Copy pixelorama_data folder 📁
run: |
cp -R ./pixelorama_data ./build/linux-64bit