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 8c01b67 commit 3f11ef6Copy full SHA for 3f11ef6
.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/|_expo/static/js/web/|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