Skip to content

Fix Jumping

Fix Jumping #33

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
build_game:
runs-on: ubuntu-latest
name: Build and Test Game
steps:
- name: checkout
uses: actions/checkout@v4
- name: Build Game
uses: firebelley/[email protected]
with:
godot_executable_download_url: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_linux.x86_64.zip
godot_export_templates_download_url: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_export_templates.tpz
relative_project_path: ./game/
cache: true
archive_output: false
relative_export_path: ./game/export