Skip to content

Commit

Permalink
feat: add msft cert password
Browse files Browse the repository at this point in the history
  • Loading branch information
kambydyne committed Sep 29, 2021
1 parent b01f069 commit 599e5b3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/monokle-sign-notarize-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Archive Binary
uses: actions/upload-artifact@v2
with:
name: dist
name: dist-mac
path: dist
if: ${{ success() }}

Expand Down Expand Up @@ -190,3 +190,10 @@ jobs:
run: |
cmd /r dir .\dist
if: ${{ success() }}

- name: Archive Binary
uses: actions/upload-artifact@v2
with:
name: dist-win
path: dist
if: ${{ success() }}

0 comments on commit 599e5b3

Please sign in to comment.