Skip to content

Commit

Permalink
Update web-export.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meoowe authored Dec 12, 2024
1 parent 1f5bc35 commit ed39d30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/web-export.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Web build

on:
push:
branches: [ master ]

env:
GODOT_VERSION: 4.3
EXPORT_NAME: ClickyCat

jobs:
export-web:
name: Web Export 🌐
Expand Down Expand Up @@ -33,4 +36,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
single-commit: true
folder: build/web # The folder the action should deploy.
folder: build/web # The folder the action should deploy.

0 comments on commit ed39d30

Please sign in to comment.