This commit is contained in:
parent
0926b5f3db
commit
f7d1fe14e8
1 changed files with 7 additions and 7 deletions
|
|
@ -19,7 +19,7 @@ env:
|
|||
|
||||
jobs:
|
||||
delete-artifacts:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: kolpav/purge-artifacts-action@v1
|
||||
with:
|
||||
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
get-version:
|
||||
name: Get Version
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
outputs:
|
||||
version: ${{ steps.set_version.outputs.value }}
|
||||
steps:
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
export-windows:
|
||||
name: Windows Export
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
needs:
|
||||
- get-version
|
||||
container:
|
||||
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
|
||||
export-mac:
|
||||
name: Mac Export
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
needs:
|
||||
- get-version
|
||||
container:
|
||||
|
|
@ -107,7 +107,7 @@ jobs:
|
|||
needs:
|
||||
- get-version
|
||||
name: Linux Export
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
container:
|
||||
image: barichello/godot-ci:4.4.1
|
||||
steps:
|
||||
|
|
@ -136,7 +136,7 @@ jobs:
|
|||
needs:
|
||||
- get-version
|
||||
name: Web Export
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
container:
|
||||
image: barichello/godot-ci:4.4.1
|
||||
steps:
|
||||
|
|
@ -164,7 +164,7 @@ jobs:
|
|||
trigger-deploy:
|
||||
env:
|
||||
DEPLOY_OPTIONS: ${{ github.event.inputs.deploy-options }} # Default to none
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
needs:
|
||||
- get-version
|
||||
- export-web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue