Skip to content

Commit

Permalink
r0b08x [chore] 5/21/2024, 12:05:13 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 20, 2024
1 parent adea72f commit 3eb90d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: Build MAS Package
run: npx electron-builder -m mas
env:
CSC_LINK: file://${{GITHUB_WORKSPACE}}/mac_app.p12
CSC_LINK: file://mac_app.p12
CSC_KEY_PASSWORD: ${{ secrets.CERTIFICATE_P12_PASSWORD }}
CSC_INSTALLER_LINK: file://${{GITHUB_WORKSPACE}}/mac_installer.p12
CSC_INSTALLER_LINK: file://mac_installer.p12
CSC_INSTALLER_KEY_PASSWORD: ${{ secrets.CERTIFICATE_P12_PASSWORD }}
CSC_PROVISIONING_PROFILE: $(pwd)/p3xredisui.provisionprofile
APPLEID: ${{ secrets.APPLE_ID }}
Expand Down

0 comments on commit 3eb90d2

Please sign in to comment.