Skip to content

Commit bfb8d7f

Browse files
committed
test linux
1 parent ace32a8 commit bfb8d7f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/test_linux.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ jobs:
9494
rm -r dist
9595
9696
# Linux
97-
# - name: Build/release Electron app for Linux
98-
# if: ${{ runner.os == 'Linux' }}
99-
# uses: samuelmeuli/action-electron-builder@v1
100-
# with:
101-
# package_root: "chat2db-client/"
102-
# GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
103-
# skip_build: true
104-
# args: "-c.appId=com.chat2db.test -c.productName=Chat2DB-Test -c.nsis.shortcutName=Chat2DB-Test -c.extraMetadata.version=99.0.${{ github.run_id }}-Test --linux"
97+
- name: Build/release Electron app for Linux
98+
if: ${{ runner.os == 'Linux' }}
99+
uses: samuelmeuli/action-electron-builder@v1
100+
with:
101+
package_root: "chat2db-client/"
102+
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
103+
skip_build: true
104+
args: "-c.appId=com.chat2db.test -c.productName=Chat2DB-Test -c.nsis.shortcutName=Chat2DB-Test -c.extraMetadata.version=99.0.${{ github.run_id }}-Test --linux"
105105

106106
# 准备要需要的数据 Linux
107107
- name: Prepare upload for Linux

chat2db-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"files": [
8181
"dist/**/*",
8282
"!node_modules",
83-
"static/",
83+
8484
"src/main",
8585
"versions/**/*",
8686
"package.json"

0 commit comments

Comments
 (0)