File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 build-and-release :
1212 name : Build Project and Create Release
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-24.04-arm64
1414 permissions :
1515 contents : write
1616
@@ -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- 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+ # 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 }}
You can’t perform that action at this time.
0 commit comments