We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5956714 commit 84859e2Copy full SHA for 84859e2
.github/workflows/tag-and-release.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
sed -i 's/src="\/_expo/src="_expo/g' dist/index.html
64
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/[^"]*\)"|new URL("\1", window.electron.basePath).href|g' {} +
+ find dist -type f -name '*.js' -exec sed -i 's|/_expo/static/js/web/|_expo/static/js/web/|g' {} +
66
67
- name: Archive production artifacts
68
uses: actions/upload-artifact@v3
0 commit comments