Skip to content

Commit

Permalink
Merge branch 'main' of github.com:avivajpeyi/towerfall
Browse files Browse the repository at this point in the history
  • Loading branch information
avivajpeyi committed Oct 9, 2024
2 parents 6b29aed + cb0736a commit 8b49df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push
env:
GODOT_VERSION: 4.3
EXPORT_NAME: towerfall
PROJECT_PATH: towerfall
PROJECT_PATH: .

jobs:
export-web:
Expand All @@ -27,7 +27,7 @@ jobs:
cd $PROJECT_PATH
godot --headless --verbose --export-release "HTML5" ../build/web/index.html
- name: Upload Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: web
path: build/web
Expand Down

0 comments on commit 8b49df3

Please sign in to comment.