Skip to content

Commit

Permalink
10.08
Browse files Browse the repository at this point in the history
  • Loading branch information
kashamalasha committed Aug 10, 2023
1 parent 518c8cb commit 58a9712
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
KEYCHAIN_PROFILE: ${{ env.NOTARYTOOL_PROFILE }}
GH_TOKEN: ${{ github.token }}
run: |
npm run ship --mac universal
npm run ship -- --mac universal
build-windows:
runs-on: windows-latest
Expand All @@ -83,7 +83,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
npm run ship --windows
npm run ship -- --windows
build-linux:
runs-on: ubuntu-latest
Expand All @@ -104,4 +104,4 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
npm run ship --linux
npm run ship -- --linux
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build": {
"appId": "com.burny.owlet.app",
"productName": "Owlet",
"artifactName": "${productName}-${version}-${os}.${ext}",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"directories": {
"output": "dist"
},
Expand Down

0 comments on commit 58a9712

Please sign in to comment.