Skip to content

Commit

Permalink
Try adjusting path (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
aMytho committed Mar 25, 2024
1 parent cb40f7c commit 4e65d24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
env:
GODOT_VERSION: 4.2.1
EXPORT_NAME: Brave-Frontier-Godot
PROJECT_PATH: ./
PROJECT_PATH: .

jobs:
export-web:
Expand All @@ -29,9 +29,9 @@ jobs:
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Web Build
run: |
mkdir -v -p build/web
cd $PROJECT_PATH
godot --headless --verbose --export-release "HTML5" ./build/web/index.html
mkdir -v -p build/web
godot --headless --verbose --export-release "HTML5" build/web/index.html
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 4e65d24

Please sign in to comment.