mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 02:24:18 +00:00
update release workflow
This commit is contained in:
parent
079d644c83
commit
b205f935b3
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build/release Electron app
|
||||
name: Build & Release GUI
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -23,19 +23,19 @@ jobs:
|
||||
node-version: 16
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
run: npm install -f
|
||||
|
||||
- name: build-linux
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: npm run build:linux
|
||||
run: cd ./packages/gui && npm run build:linux
|
||||
|
||||
- name: build-mac
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: npm run build:mac
|
||||
run: cd ./packages/gui && npm run build:mac
|
||||
|
||||
- name: build-win
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: npm run build:win
|
||||
run: cd ./packages/gui && npm run build:win
|
||||
|
||||
- name: release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user