Skip to content

Commit

Permalink
Fix notarize reflecting new setup name
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Aug 30, 2020
1 parent 7548062 commit 5eef989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ jobs:
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
- run: .\vcn notarize --public .\dist\electron\Packaged\$((Get-Item -Path ".\dist\electron\Packaged\Lazy Admin Setup *.exe").Name)
- run: .\vcn notarize --public .\dist\electron\Packaged\$((Get-Item -Path ".\dist\electron\Packaged\Lazy-Admin-Setup-*.exe").Name)
if: ${{ steps.autotag.outputs.tagname }} # if no tag was created, skip notarizing build
env:
VCN_NOTARIZATION_PASSWORD: ${{ secrets.VCN_NOTARIZATION_PASSWORD }}
VCN_PASSWORD: ${{ secrets.VCN_PASSWORD }}
VCN_USER: ${{ secrets.VCN_USER }}
- run: .\vcn authenticate .\dist\electron\Packaged\$((Get-Item -Path ".\dist\electron\Packaged\Lazy Admin Setup *.exe").Name)
- run: .\vcn authenticate .\dist\electron\Packaged\$((Get-Item -Path ".\dist\electron\Packaged\Lazy-Admin-Setup-*.exe").Name)
if: ${{ steps.autotag.outputs.tagname }} # if no tag was created, skip authenticating build
env:
VCN_NOTARIZATION_PASSWORD: ${{ secrets.VCN_NOTARIZATION_PASSWORD }}
Expand Down

0 comments on commit 5eef989

Please sign in to comment.