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 45176cb commit b812a2cCopy full SHA for b812a2c
.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/|window.electron.basePath + "_expo/static/js/web/|g' {} +
+ find dist -type f -name '*.js' -exec sed -i 's|/_expo/static/js/web/|./|g' {} +
66
67
- name: Archive production artifacts
68
uses: actions/upload-artifact@v3
0 commit comments