mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Give execute permission to the generated Linux build
This commit is contained in:
parent
206fbf8cae
commit
97b6156bfd
3
.github/workflows/dev-desktop-builds.yml
vendored
3
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue