Skip to content

add TimeUtils, LevelMetadata and LevelProgressDialog #120

add TimeUtils, LevelMetadata and LevelProgressDialog

add TimeUtils, LevelMetadata and LevelProgressDialog #120

Workflow file for this run

name: Build Geode Mod
on:
workflow_dispatch:
push:
jobs:
build:
strategy:
fail-fast: false
matrix:
config:
- name: Windows
os: windows-latest
- name: macOS
os: macos-latest
- name: android
os: ubuntu-latest
name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
steps:
- uses: actions/checkout@v3
- name: Build the mod
uses: cvolton/build-geode-mod@main
with:
combine: true
sdk: 'nightly'
package:
name: Package builds
runs-on: ubuntu-latest
needs: ['build']
steps:
- uses: cvolton/build-geode-mod@combine
id: build
- uses: actions/upload-artifact@v3
with:
name: Build Output
path: ${{ steps.build.outputs.build-output }}