Skip to content

Commit 8c01b67

Browse files
committed
update workflow
1 parent a54c567 commit 8c01b67

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ jobs:
5757
run: |
5858
yarn managed export:electron
5959
60-
- name: Fix bundle path
60+
- name: Fix bundle paths
6161
working-directory: monorepo/apps/managed
6262
run: |
6363
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' {} +
6466
6567
- name: Archive production artifacts
6668
uses: actions/upload-artifact@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wcpos/app-electron",
33
"license": "MIT",
44
"productName": "WooCommerce POS",
5-
"version": "1.7.4",
5+
"version": "1.7.5",
66
"description": "Electron app for WooCommerce POS",
77
"author": "Paul Kilmurray <paul@wcpos.com>",
88
"main": ".webpack/main",

0 commit comments

Comments
 (0)