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 b8e57e5 commit 7cad722Copy full SHA for 7cad722
.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/|new URL("_expo/static/js/web/", window.electron.basePath).href|g' {} +
66
67
- name: Archive production artifacts
68
uses: actions/upload-artifact@v3
0 commit comments