Skip to content

Commit

Permalink
r0b08x [chore] 5/21/2024, 12:12:30 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 20, 2024
1 parent 3eb90d2 commit 4ead3f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
npx electron-builder install-app-deps
- name: Build MAS Package
run: npx electron-builder -m mas
run: npx electron-builder -m mas --publish=never
env:
CSC_LINK: file://mac_app.p12
CSC_KEY_PASSWORD: ${{ secrets.CERTIFICATE_P12_PASSWORD }}
Expand All @@ -62,9 +62,12 @@ jobs:
CSC_PROVISIONING_PROFILE: $(pwd)/p3xredisui.provisionprofile
APPLEID: ${{ secrets.APPLE_ID }}
APPLEIDPASS: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: mas-build
path: dist/*.pkg
path: dist/*.pkg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
},
"target": [
{
"target": "mas",
"target": "default",
"arch": [
"universal"
]
Expand Down

0 comments on commit 4ead3f3

Please sign in to comment.