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