Skip to content

Commit

Permalink
Update Godot version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rsubtil committed Sep 2, 2023
1 parent 55559a7 commit 08b846e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Package Theme
on: [push, pull_request]

env:
GODOT_VERSION: 4.1
GODOT_VERSION: 4.1.1
EXPORT_NAME: default

jobs:
Expand All @@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v3
with:
lfs: true
submodules: true
- name: Download Godot
run: |
wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_linux.x86_64.zip \
Expand All @@ -22,6 +23,9 @@ jobs:
&& mkdir -p ~/.local/share/godot/templates/${GODOT_VERSION}.stable \
&& unzip Godot_v${GODOT_VERSION}-stable_linux.x86_64.zip \
&& mv Godot_v${GODOT_VERSION}-stable_linux.x86_64 /usr/local/bin/godot
- name: Open Project
run: |
godot --headless -e --quit
- name: Export PCK
run: |
mkdir -v -p export/linux
Expand Down

0 comments on commit 08b846e

Please sign in to comment.