Skip to content

Update to Godot 4.3 #73

Update to Godot 4.3

Update to Godot 4.3 #73

Workflow file for this run

name: Build Little Rage
on:
push: {}
pull_request: {}
jobs:
Godot:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [LinuxX86_64, LinuxArm64, WindowsX86_64, WindowsArm64]
steps:
- uses: actions/[email protected]
with:
lfs: true
- name: Build
id: build
uses: krynv/[email protected]
with:
name: little-rage
preset: ${{ matrix.platform }}
debugMode: "true"
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: Little Rage - ${{ matrix.platform }}
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}