Skip to content

Update build.yml

Update build.yml #3

Workflow file for this run

name: CI/CD
on:
push:
tags:
- latest
- 'v*'
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Init Bun
uses: oven-sh/[email protected]
with:
bun-version: latest
- name: Install Dependencies
run: bun install
- name: Build Windows
run: bun run build-win
- name: Build Linux
run: bun run build-linux
- name: Build Mac
run: bun run build-mac
- name: Upload to Releases
uses: d1ceward/[email protected]
with:
token: ${secrets.GITHUB_TOKEN}
files: |
wuwa-tweaks.exe
wuwa-tweaks-linux
wuwa-tweaks-mac