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 4848 awk -v ver="${{ steps.read_version.outputs.version }}" '
4949 /^## / {
5050 if (found) exit
51- if ($0 ~ "^## " ver "( |$)" ) { found=1; print; next }
51+ if ($0 ~ "^## " ver "( |$)" ) { found=1; next }
5252 next
5353 }
5454 found { print }
@@ -93,14 +93,14 @@ jobs:
9393 run : mv code.editor.fpk code.editor.arm.fpk
9494
9595 # 发布文件
96- # - name: Release
97- # uses: ncipollo/release-action@v1.20.0
98- # with:
99- # tag: v${{ steps.read_version.outputs.version}}
100- # name: v${{ steps.read_version.outputs.version}}
101- # body_path : RELEASE_NOTES.md
102- # artifacts: "code.editor.x86.fpk,code.editor.arm.fpk"
103- # token: ${{ secrets.GITHUB_TOKEN }}
96+ - name : Release
97+ uses : ncipollo/release-action@v1.20.0
98+ with :
99+ tag : v${{ steps.read_version.outputs.version}}
100+ name : v${{ steps.read_version.outputs.version}}
101+ bodyFile : RELEASE_NOTES.md
102+ artifacts : " code.editor.x86.fpk,code.editor.arm.fpk"
103+ token : ${{ secrets.GITHUB_TOKEN }}
104104
105105 # 查看所有文件
106106 - name : Files
You can’t perform that action at this time.
0 commit comments