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