File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 8080 "files" : [
8181 " dist/**/*" ,
8282 " !node_modules" ,
83- " static/ " ,
83+
8484 " src/main" ,
8585 " versions/**/*" ,
8686 " package.json"
You can’t perform that action at this time.
0 commit comments