Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Mod Loader mostly finished; Added .github files; minor changes to core. #2

Mod Loader mostly finished; Added .github files; minor changes to core.

Mod Loader mostly finished; Added .github files; minor changes to core. #2

Workflow file for this run

name: Build Electron
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Packages
working-directory: ./launcher
run: npm ci
- name: Build Launcher
working-directory: ./launcher
run: npm run start
- name: Capture Build Artifacts
uses: actions/upload-artifact@v3
with:
name: Launcher Artifacts
path: launcher/out/make/