mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
.
This commit is contained in:
parent
c1c359e6b9
commit
f64db47a09
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -16,3 +16,9 @@ jobs:
|
||||
run: bun run lint
|
||||
- name: Build
|
||||
run: bun run build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: public/
|
||||
compression-level: 9
|
||||
|
23
.github/workflows/upload-zip.yml
vendored
23
.github/workflows/upload-zip.yml
vendored
@ -1,23 +0,0 @@
|
||||
name: Upload zip
|
||||
|
||||
on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Install bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
- name: Build
|
||||
run: bun run build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: minexlauncher
|
||||
path: public/
|
||||
if-no-files-found: error
|
||||
compression-level: 9
|
Loading…
x
Reference in New Issue
Block a user