Penultimo intento de actions

This commit is contained in:
2025-09-17 00:08:12 +02:00
parent 69c47ccfa2
commit d7c00892a3

View File

@@ -11,19 +11,13 @@ env:
jobs: jobs:
export-linux: export-linux:
name: Linux Export 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: container:
image: barichello/godot-ci:4.4.1 image: barichello/godot-ci:4.4.1
steps: steps:
#- uses: chrisliebaer/gitea-actions-fix@v1 #- uses: chrisliebaer/gitea-actions-fix@v1
# with: # with:
# token: ${{ secrets.ACCESS_TOKEN }} # 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 - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
@@ -45,19 +39,13 @@ jobs:
path: build/linux path: build/linux
export-linux-arm: export-linux-arm:
name: Linux ARM Export 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: container:
image: barichello/godot-ci:4.4.1 image: barichello/godot-ci:4.4.1
steps: steps:
#- uses: chrisliebaer/gitea-actions-fix@vXX #- uses: chrisliebaer/gitea-actions-fix@vXX
# with: # with:
# token: ${{ secrets.ACCESS_TOKEN }} # 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 - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
@@ -80,19 +68,13 @@ jobs:
export-web: export-web:
name: Web Export 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: container:
image: barichello/godot-ci:4.4.1 image: barichello/godot-ci:4.4.1
steps: steps:
#- uses: chrisliebaer/gitea-actions-fix@vXX #- uses: chrisliebaer/gitea-actions-fix@vXX
# with: # with:
# token: ${{ secrets.ACCESS_TOKEN }} # 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 - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: