Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

There is no PenguinMod-Desktop #17

There is no PenguinMod-Desktop

There is no PenguinMod-Desktop #17

Workflow file for this run

name: Build (Auto)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
cache: npm
- name: Install Dependencies
run: npm install
- name: Compile and package
run: npm run dist -- --linux tar.gz --publish never
env:
NODE_OPTIONS: --max-old-space-size=4096