From 97b6156bfd7faa0f049b876d066288e9a3fbedb8 Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Sat, 29 Aug 2020 20:34:43 +0300 Subject: [PATCH] Give execute permission to the generated Linux build --- .github/workflows/dev-desktop-builds.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index 5f53320bf..2c62dedc5 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -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