Skip to content

Commit

Permalink
add keychain path
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Dec 7, 2023
1 parent 191bc04 commit 8ff1af3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/nymvpn-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: nymtech/nym
ref: feature/nymvpn-desktop2
ref: feature/nymvpn-desktop
- name: setup node
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
env:
APPLE_CERTIFICATE: ${{ secrets.APPLE_DEVELOPER_INSTALLER_PRIVATE_KEY }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_DEVELOPER_INSTALLER_PRIVATE_KEY_PASSWORD }}
APPLE_TEAM_ID: VW5DZLFHM5
APPLE_TEAM_ID: ${{ secrets.APPLE_DEVELOPER_TEAM_ID }}
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}
run: |
# create variables
Expand All @@ -104,9 +104,10 @@ jobs:
run: cargo make pkg
working-directory: .${{ env.working-directory }}
env:
APPLE_TEAM_ID: VW5DZLFHM5
APPLICATION_SIGNING_IDENTITY: "Developer ID Application: Nym Technologies SA (VW5DZLFHM5)"
INSTALLER_SIGNING_IDENTITY: "3rd Party Mac Developer Installer: Nym Technologies SA (VW5DZLFHM5)"
APPLE_TEAM_ID: ${{ secrets.APPLE_DEVELOPER_TEAM_ID }}
KEYCHAIN_PATH: ${{ runner.temp }}/app-signing.keychain-db
APPLICATION_SIGNING_IDENTITY: ${{ secrets.APPLE_DEVELOPER_IDENTITY_ID }}
INSTALLER_SIGNING_IDENTITY: ${{ secrets.INSTALLER_SIGNING_IDENTITY }}
- name: install arc windows
if: matrix.platform == 'windows-latest'
uses: crazy-max/ghaction-chocolatey@v3
Expand Down Expand Up @@ -141,4 +142,4 @@ jobs:
with:
name: nymvpn.deb
# need to make this not hardcoded to single version
path: ${{ github.workspace }}/nym-vpn/desktop/target/x86_64-unknown-linux-gnu/debian/nymvpn_0.0.2-1_amd64.deb
path: ${{ github.workspace }}/nym-vpn/desktop/target/x86_64-unknown-linux-gnu/debian/nymvpn_0.0.2-1_amd64.deb

0 comments on commit 8ff1af3

Please sign in to comment.