parent
f7d1fe14e8
commit
7972e7ecbf
1 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
delete-artifacts:
|
delete-artifacts:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: kolpav/purge-artifacts-action@v1
|
- uses: https://github.com/kolpav/purge-artifacts-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
expire-in: 0days # Set this to 0 to delete all artifacts
|
expire-in: 0days # Set this to 0 to delete all artifacts
|
||||||
|
|
@ -156,7 +156,7 @@ jobs:
|
||||||
cd $PROJECT_PATH
|
cd $PROJECT_PATH
|
||||||
godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
|
godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "web-${{ needs.get-version.outputs.version }}"
|
name: "web-${{ needs.get-version.outputs.version }}"
|
||||||
path: build/web
|
path: build/web
|
||||||
|
|
@ -174,7 +174,7 @@ jobs:
|
||||||
if: github.event.inputs.deploy-options == 'itch'
|
if: github.event.inputs.deploy-options == 'itch'
|
||||||
steps:
|
steps:
|
||||||
- name: Trigger deployment workflow
|
- name: Trigger deployment workflow
|
||||||
uses: benc-uk/workflow-dispatch@v1
|
uses: https://github.com/benc-uk/workflow-dispatch@v1
|
||||||
with:
|
with:
|
||||||
workflow: Deployment
|
workflow: Deployment
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue