dev-base #32

Merged
Snoweuph merged 19 commits from dev-base into dev-scene 2023-04-05 20:50:53 +00:00
Showing only changes of commit 58287657eb - Show all commits

View file

@ -6,7 +6,7 @@ on:
branches: [ dev-base ]
env:
GODOT_VERSION: 4.0.0
GODOT_VERSION: 3.3.4
EXPORT_NAME: 2dHackAndSlay
PROJECT_PATH: /
@ -18,7 +18,7 @@ jobs:
container:
image: barichello/godot-ci:3.3.4
steps:
- name: Setup
- name: Setup System Packages
run: |
apt update -y && apt install nodejs ca-certificates -y
- name: Checkout