From 6620818cbb5ce24631c2d6d3ea750a17015e26f4 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 21:41:10 +0100 Subject: [PATCH] Changes to be committed: modified: ../../.github/workflows/build-gdc.yml deleted: ../../.github/workflows/godot.yml --- .github/workflows/build-gdc.yml | 3 ++- .github/workflows/godot.yml | 29 ----------------------------- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 .github/workflows/godot.yml diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index d3f830c6..5642c452 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -46,7 +46,8 @@ jobs: - name: Give execute permission ☑️ working-directory: tools/configurator run: | - chmod +x ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64 + ls + # chmod +x ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64 # - name: Copy pixelorama_data folder 📁 # run: | # rm ./pixelorama_data/.gdignore diff --git a/.github/workflows/godot.yml b/.github/workflows/godot.yml deleted file mode 100644 index 03926653..00000000 --- a/.github/workflows/godot.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Building a mOnKeyX Project - -on: - push: - - workflow_dispatch: - -jobs: - Godot: - runs-on: ubuntu-latest - strategy: - matrix: - platform: [linux, windows, mac] - steps: - - uses: actions/checkout@v2 - with: - lfs: true - - name: Build - id: build - uses: krynv/build-godot-action@v1.4.1 - with: - name: example - preset: ${{ matrix.platform }} - debugMode: "true" - - name: Upload Artifact - uses: actions/upload-artifact@v2 - with: - name: Client - ${{ matrix.platform }} - path: ${{ github.workspace }}/${{ steps.build.outputs.build }}