Skip to content

Commit 23f05e0

Browse files
author
lihua
committed
fix: unblock Linux release packaging
1 parent 38a3cf6 commit 23f05e0

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Release
22

3+
env:
4+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
5+
36
on:
47
push:
58
branches:
@@ -18,6 +21,7 @@ concurrency:
1821
jobs:
1922
build:
2023
strategy:
24+
fail-fast: false
2125
matrix:
2226
include:
2327
- os: macos-latest

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "psrchive-ele",
33
"version": "0.0.1",
44
"description": "Interactive pulsar data analysis GUI — Electron + FastAPI + PSRCHIVE",
5+
"author": {
6+
"name": "lihua",
7+
"email": "me@lihua.dev"
8+
},
59
"main": "./out/main/index.js",
610
"scripts": {
711
"dev": "electron-vite dev",

0 commit comments

Comments
 (0)