File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
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- # 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+ 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 }}
You can’t perform that action at this time.
0 commit comments