On branch feat/godot-configurator

Changes to be committed:
	modified:   ../../.github/workflows/build-gdc.yml
This commit is contained in:
monkeyx-net 2024-08-05 21:57:22 +01:00
parent 83bd66f732
commit 01e6e2ba1e

View file

@ -43,10 +43,9 @@ jobs:
list2=$(ls -ltr) list2=$(ls -ltr)
echo $list2 echo $list2
- name: Give execute permission ☑️ # - name: Give execute permission ☑️
working-directory: tools/configurator # working-directory: tools/configurator
run: | # run: |
ls
# chmod +x ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64 # chmod +x ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64
# - name: Copy pixelorama_data folder 📁 # - name: Copy pixelorama_data folder 📁
# run: | # run: |