Skip to content

Commit

Permalink
Merge branch 'main' of github.com:janekx21/Acagame
Browse files Browse the repository at this point in the history
  • Loading branch information
janekx21 committed Jan 29, 2024
2 parents a41137e + eeccb8a commit e8c20cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_on_itch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: create out directory
run: mkdir out

- name: export game
uses: firebelley/[email protected]
with:
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/Godot_v4.2.1-stable_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/Godot_v4.2.1-stable_export_templates.tpz
relative_project_path: ./
use_preset_export_path: true # This should be ./out/index.html for the web release

- name: zip game
uses: TheDoctor0/[email protected]
Expand Down

0 comments on commit e8c20cc

Please sign in to comment.