From 9c6136a435cdb9857c7c5510ffd667dd2f019e51 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sat, 11 Oct 2025 02:45:16 +0200 Subject: [PATCH] wf --- .gitea/workflows/push.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .gitea/workflows/push.yml diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml deleted file mode 100644 index ff91333c..00000000 --- a/.gitea/workflows/push.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Gymkhana exports -run-name: ${{ gitea.actor }} is building Gymkhanikas 🚀 -on: [push] - -env: - GODOT_VERSION: 4.5 - EXPORT_NAME: LasGymkhanikasDeUli - PROJECT_PATH: . - -jobs: - all-exports: - name: All exports - runs-on: ubuntu-latest # Use 22.04 with godot 4 - container: - image: oierbravo/godot-ci-with-node:4.5 - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - lfs: true - - name: Setup - run: | - git clone https://github.com/godot-escoria/escoria-demo-game $PROJECT_PATH/../escoria-demo-game - - name: All builds - run: | - ./build.sh - - name: Upload Artifact - uses: akkuman/gitea-release-action@v1 - with: - files: |- - build/**/*.tar.gz - build/**/*.appimage.x86_64" - build/**/*.appimage.arm_64 \ No newline at end of file