Skip to content

Commit

Permalink
Continue using branch if not the best
Browse files Browse the repository at this point in the history
  • Loading branch information
robpc committed Dec 6, 2023
1 parent 4e41ded commit b3c40ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
repository: robpc/maze-test-game
ref: de79197258ede94599344579d06381a547466647 # pre-4.0
- name: Export HTML
uses: ./
uses: robpc/godot-export-action@legacy
with:
preset: html
export_path: build/index.html
Expand All @@ -39,7 +39,7 @@ jobs:
repository: robpc/maze-test-game
path: project
- name: Export HTML
uses: robpc/godot-export-action@main
uses: robpc/godot-export-action@legacy
with:
project_directory: project
preset: html
Expand Down

0 comments on commit b3c40ba

Please sign in to comment.