Skip to content

Commit 439d7fb

Browse files
committed
feat: 支持 arm
1 parent 83b16c4 commit 439d7fb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282
- name: Show files
8383
run: ls
8484

85-
# - name: Release
86-
# uses: ncipollo/[email protected]
87-
# with:
88-
# tag: v${{ steps.read_version.outputs.version}}
89-
# name: v${{ steps.read_version.outputs.version}}
90-
# body: |
91-
# [更新日志](https://github.com/FNOSP/App.Bin.CodeEditor/blob/main/CHANGELOG.md)
92-
# artifacts: "code.editor.fpk"
93-
# token: ${{ secrets.GITHUB_TOKEN }}
85+
- name: Release
86+
uses: ncipollo/[email protected]
87+
with:
88+
tag: v${{ steps.read_version.outputs.version}}
89+
name: v${{ steps.read_version.outputs.version}}
90+
body: |
91+
[更新日志](https://github.com/FNOSP/App.Bin.CodeEditor/blob/main/CHANGELOG.md)
92+
artifacts: "code.editor.x86.fpk,code.editor.arm.fpk"
93+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)