Skip to content

Commit 2b7eafe

Browse files
committed
chore: modify workflow
1 parent 0495517 commit 2b7eafe

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
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
yarn install
4040
CI=false yarn build
41-
sed -i '' 's/"\/home"/"\/#home"/g' build/manifest.json
41+
sed -i 's/"\/home"/"\/#home"/g' build/manifest.json
4242
tar -czf build.tar.gz ./build
4343
4444
- name: Upload Release Asset

0 commit comments

Comments
 (0)