Try Workflow
Some checks failed
Linux Export

This commit is contained in:
snoweuph 2023-03-20 19:31:43 +00:00
parent 4bdf125864
commit 58287657eb

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