File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ jobs:
7979 - name : Rename arm package
8080 run : mv code.editor.fpk code.editor.arm.fpk
8181
82- - name : Release
83- 84- with :
85- tag : v${{ steps.read_version.outputs.version}}
86- name : v${{ steps.read_version.outputs.version}}
87- body : |
88- [更新日志](https://github.com/FNOSP/App.Bin.CodeEditor/blob/main/CHANGELOG.md)
89- artifacts : " code.editor.x86.fpk,code.editor.arm.fpk"
90- token : ${{ secrets.GITHUB_TOKEN }}
82+ # - name: Release
83+ # uses: ncipollo/[email protected] 84+ # with:
85+ # tag: v${{ steps.read_version.outputs.version}}
86+ # name: v${{ steps.read_version.outputs.version}}
87+ # body: |
88+ # [更新日志](https://github.com/FNOSP/App.Bin.CodeEditor/blob/main/CHANGELOG.md)
89+ # artifacts: "code.editor.x86.fpk,code.editor.arm.fpk"
90+ # token: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 33 "scripts" : {
44 "dev" : " node --watch src/koa.js" ,
55 "build" : " pkg -t node18-linux-x64 ./src/cgi.js --output ../app/app/server/api" ,
6- "build:arm" : " pkg -t node18-linux-arm64 ./src/cgi.js --output ../app/app/server/api"
6+ "build:arm" : " pkg -t node18-linux-arm64 ./src/cgi.js --output ../app/app/server/api -d "
77 },
88 "dependencies" : {
99 "@koa/cors" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments