From 6c8d542e53f35c3254b88a2fc6d56e0d8f5dcc70 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Wed, 17 Sep 2025 01:02:39 +0200 Subject: [PATCH] Casi ultimo intento del action --- .gitea/workflows/push.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index 4ff13a7d..0a675ad2 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -11,13 +11,10 @@ env: jobs: export-linux: name: Linux Export - runs-on: ubuntu-latest # Use 22.04 with godot 4 + runs-on: ubuntu-22.04 # Use 22.04 with godot 4 container: image: barichello/godot-ci:4.4.1 steps: - #- uses: chrisliebaer/gitea-actions-fix@v1 - # with: - # token: ${{ secrets.ACCESS_TOKEN }} - name: Checkout uses: actions/checkout@v4 with: @@ -39,13 +36,10 @@ jobs: path: build/linux export-linux-arm: name: Linux ARM Export - runs-on: ubuntu-latest # Use 22.04 with godot 4 + runs-on: ubuntu-22.04 # Use 22.04 with godot 4 container: image: barichello/godot-ci:4.4.1 steps: - #- uses: chrisliebaer/gitea-actions-fix@vXX - # with: - # token: ${{ secrets.ACCESS_TOKEN }} - name: Checkout uses: actions/checkout@v4 with: @@ -68,7 +62,7 @@ jobs: export-web: name: Web Export - runs-on: ubuntu-latest # Use 22.04 with godot 4 + runs-on: ubuntu-22.04 # Use 22.04 with godot 4 container: image: barichello/godot-ci:4.4.1 steps: