runner test
All checks were successful
/ Godot (linux) (push) Successful in 1m10s
/ Godot (windows) (push) Successful in 31s

This commit is contained in:
Lucas 2024-07-25 22:12:08 +02:00
parent 2eef87c163
commit bcfc55b452

View file

@ -0,0 +1,29 @@
on:
push:
branches:
- main
- release
jobs:
Godot:
runs-on: linux_amd64
strategy:
matrix:
platform: [linux, windows]
steps:
- uses: actions/checkout@v3
with:
lfs: true
- run: |
ls ${{ github.workspace }}
# - name: Build
# id: build
# uses: https://github.com/yeslayla/build-godot-action@v1.5.0
# with:
# name: StickerClone
# preset: ${{ matrix.platform }}
# debugMode: "false"
# - name: Upload Artifact
# uses: actions/upload-artifact@v2
# with:
# name: Client - ${{ matrix.platform }}
# path: ${{ github.workspace }}/${{ steps.build.outputs.build }}