From d7c00892a3e58ac49e9baba475559667427bc2b8 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Wed, 17 Sep 2025 00:08:12 +0200 Subject: [PATCH] Penultimo intento de actions --- .gitea/workflows/push.yml | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index c5d5b195..4ff13a7d 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -11,19 +11,13 @@ env: jobs: export-linux: name: Linux Export - runs-on: ubuntu-22.04 # Use 22.04 with godot 4 + runs-on: ubuntu-latest # 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 }} - - uses: actions/setup-node@v4 - with: - node-version: lts/iron - - run: | - node -v - npm i -g yarn npm-check-updates - name: Checkout uses: actions/checkout@v4 with: @@ -45,19 +39,13 @@ jobs: path: build/linux export-linux-arm: name: Linux ARM Export - runs-on: ubuntu-22.04 # Use 22.04 with godot 4 + runs-on: ubuntu-latest # 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 }} - - uses: actions/setup-node@v4 - with: - node-version: lts/iron - - run: | - node -v - npm i -g yarn npm-check-updates - name: Checkout uses: actions/checkout@v4 with: @@ -80,19 +68,13 @@ jobs: export-web: name: Web Export - runs-on: ubuntu-22.04 # Use 22.04 with godot 4 + runs-on: ubuntu-latest # 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 }} - - uses: actions/setup-node@v4 - with: - node-version: lts/iron - - run: | - node -v - npm i -g yarn npm-check-updates - name: Checkout uses: actions/checkout@v4 with: