Skip to content

Commit

Permalink
update workflow for expo SDK 50
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jan 20, 2024
1 parent ea2da84 commit e12b5af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd expo
yarn export:electron
# Fix bundle path
sed -i 's/src="\/bundles/src="bundles/g' dist/index.html
sed -i 's/src="\/_expo/src="_expo/g' dist/index.html
- name: Archive production artifacts
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wcpos/app-electron",
"license": "MIT",
"productName": "WooCommerce POS",
"version": "1.4.2",
"version": "1.4.3",
"description": "Electron app for WooCommerce POS",
"author": "Paul Kilmurray <[email protected]>",
"main": ".webpack/main",
Expand Down

0 comments on commit e12b5af

Please sign in to comment.