Skip to content

Commit 19b9310

Browse files
committed
update workflow
1 parent 84859e2 commit 19b9310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
sed -i 's/src="\/_expo/src="_expo/g' dist/index.html
6464
sed -i 's/href="\/_expo/href="_expo/g' dist/index.html
65-
find dist -type f -name '*.js' -exec sed -i 's|/_expo/static/js/web/|_expo/static/js/web/|g' {} +
65+
find dist -type f -name '*.js' -exec sed -i 's|__METRO_GLOBAL_PREFIX__ = '';|__METRO_GLOBAL_PREFIX__ = window.electron.basePath;|g' {} +
6666
6767
- name: Archive production artifacts
6868
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)