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 @@ -83,12 +83,12 @@ jobs:
8383 - name : Rename arm package
8484 run : mv code.editor.fpk code.editor.arm.fpk
8585
86- # - name: Release
87- # uses: ncipollo/[email protected] 88- # with:
89- # tag: v${{ steps.read_version.outputs.version}}
90- # name: v${{ steps.read_version.outputs.version}}
91- # body: |
92- # [更新日志](https://github.com/FNOSP/App.Bin.CodeEditor/blob/main/CHANGELOG.md)
93- # artifacts: "code.editor.x86.fpk,code.editor.arm.fpk"
94- # token: ${{ secrets.GITHUB_TOKEN }}
86+ - name : Release
87+ 88+ with :
89+ tag : v${{ steps.read_version.outputs.version}}
90+ name : v${{ steps.read_version.outputs.version}}
91+ body : |
92+ [更新日志](https://github.com/FNOSP/App.Bin.CodeEditor/blob/main/CHANGELOG.md)
93+ artifacts : " code.editor.x86.fpk,code.editor.arm.fpk"
94+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments