Skip to content

Commit 8ba7ff4

Browse files
committed
fix
1 parent 3a5547a commit 8ba7ff4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
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-
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+
# 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 }}

0 commit comments

Comments
 (0)