Skip to content

Add files via upload #74

Add files via upload

Add files via upload #74

Workflow file for this run

name: Build Labels Mod
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
target:
- Android32
- Android64
- Win64
- macOS
name: ${{ matrix.target }}
runs-on: ${{ matrix.target == 'macOS' && 'macos-latest' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v4
- name: Build mod
uses: geode-sdk/build-geode-mod@main
with:
sdk: v5.7.1
target: ${{ matrix.target }}
build-config: Release
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Labels-${{ matrix.target }}
path: build/**/*.geode