On branch feat/godot-configurator

Changes to be committed:
	modified:   ../../.github/workflows/go-simple.yml
This commit is contained in:
monkeyx-net 2024-08-05 22:23:43 +01:00
parent 8d892ed4e5
commit 671e5af4b6

View file

@ -11,12 +11,12 @@ jobs:
matrix: matrix:
platform: [linux] platform: [linux]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
lfs: true lfs: true
- name: Build - name: Build
id: build id: build
uses: manleydev/build-godot-action@v1.4.1 uses: manleydev/build-godot-action@v1.5.0
with: with:
name: gd-test name: gd-test
preset: ${{ matrix.platform }} preset: ${{ matrix.platform }}