Skip to content

Commit

Permalink
Use git token for deployment, use correct output file
Browse files Browse the repository at this point in the history
  • Loading branch information
aMytho committed Mar 25, 2024
1 parent 90b376c commit 7cbcd54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ env:

jobs:
export-web:
permissions:
pages: write
id-token: write
name: Web Export
runs-on: ubuntu-20.04
container:
Expand Down
2 changes: 1 addition & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*.json,*.sql"
exclude_filter=""
export_path="../../Brave Frontier Exports/brave-frontier-godot.html"
export_path="build/web/index.html"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down

0 comments on commit 7cbcd54

Please sign in to comment.