Skip to content

Commit

Permalink
Update nymvpn-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Nov 28, 2023
1 parent 491fb55 commit 84991f2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/nymvpn-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,17 @@ jobs:
working-directory: .${{ env.working-directory }}
env:
APPLE_TEAM_ID: VW5DZLFHM5
APPLICATION_SIGNING_IDENTITY: 6HNF99CYRN
INSTALLER_SIGNING_IDENTITY: 6HNF99CYRN
APPLICATION_SIGNING_IDENTITY: 'Developer ID Application: Nym Technologies SA (VW5DZLFHM5)'
INSTALLER_SIGNING_IDENTITY: 'Developer ID Application: Nym Technologies SA (VW5DZLFHM5)'
- name: install arc windows
if: matrix.platform == 'windows-latest'
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install archiver
- name: Set path for candle and light
if: matrix.platform == 'windows-latest'
run: echo "C:\Program Files (x86)\WiX Toolset v3.11\bin" >> $GITHUB_PATH
shell: bash
- name: add signtool to path
if: matrix.platform == 'windows-latest'
run: |
Expand Down

0 comments on commit 84991f2

Please sign in to comment.