Set godot version and build env variables

This commit is contained in:
Ultra-bob 2025-01-26 11:48:14 -05:00 committed by GitHub
parent 05984848b8
commit 0acd98474f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,10 @@ on:
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:
env:
GODOT_VERSION: "4.3"
GODOT_BUILD: "stable"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs: