StickerClone/.forgejo/workflows/build.yaml
LUCASTUCIOUS 243c0c2c2d
Some checks failed
/ test (push) Has been cancelled
/ Godot (linux) (push) Failing after 11s
/ Godot (windows) (push) Failing after 1s
test
2024-07-25 23:10:48 +02:00

27 lines
No EOL
679 B
YAML

on:
push:
branches:
- main
- release
jobs:
Godot:
runs-on: linux_amd64
strategy:
matrix:
platform: [linux, windows]
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
with:
lfs: true
- name: Build
id: build
uses: https://github.com/yeslayla/build-godot-action
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 }}