Skip to content

Commit 74acd4f

Browse files
committed
fix
1 parent 92e3d4d commit 74acd4f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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-
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 }}
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 }}

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",

0 commit comments

Comments
 (0)