Casi ultimo intento del action
This commit is contained in:
@@ -11,13 +11,10 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
export-linux:
|
export-linux:
|
||||||
name: Linux Export
|
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:
|
container:
|
||||||
image: barichello/godot-ci:4.4.1
|
image: barichello/godot-ci:4.4.1
|
||||||
steps:
|
steps:
|
||||||
#- uses: chrisliebaer/gitea-actions-fix@v1
|
|
||||||
# with:
|
|
||||||
# token: ${{ secrets.ACCESS_TOKEN }}
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -39,13 +36,10 @@ jobs:
|
|||||||
path: build/linux
|
path: build/linux
|
||||||
export-linux-arm:
|
export-linux-arm:
|
||||||
name: Linux ARM Export
|
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:
|
container:
|
||||||
image: barichello/godot-ci:4.4.1
|
image: barichello/godot-ci:4.4.1
|
||||||
steps:
|
steps:
|
||||||
#- uses: chrisliebaer/gitea-actions-fix@vXX
|
|
||||||
# with:
|
|
||||||
# token: ${{ secrets.ACCESS_TOKEN }}
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -68,7 +62,7 @@ jobs:
|
|||||||
|
|
||||||
export-web:
|
export-web:
|
||||||
name: Web Export
|
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:
|
container:
|
||||||
image: barichello/godot-ci:4.4.1
|
image: barichello/godot-ci:4.4.1
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user