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