Skip to content

Commit 08245ad

Browse files
committed
fix: 修复构建错误
1 parent 6080645 commit 08245ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Update changelog in manifest file
4949
run: |
50-
sed -i "s/changelog=changelog/changelog=${{ steps.read_log.outputs.changelog }}/" app/manifest
50+
sed -i "s|changelog=changelog|changelog=${{ steps.read_log.outputs.changelog }}|" app/manifest
5151
5252
- name: Build Package
5353
run: |

0 commit comments

Comments
 (0)