Skip to content

Commit

Permalink
PRDOENG-2530 Added Windows binary signing in gh release
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
cranzy authored and james-nesbitt committed Feb 13, 2024
1 parent 747fbfb commit 0520acc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ jobs:
uses: actions/checkout@v2
- name: Run release script
env:
TAG_NAME: ${{ github.ref_name }}
run: make release
TAG_NAME: ${{ github.ref_name }}
SM_API_KEY: ${{ secrets.SM_API_KEY }}
SM_CLIENT_CERT_PASSWORD: ${{ secrets.SM_CLIENT_CERT_PASSWORD }}
run: |
echo "${{ secrets.SM_CLIENT_PKC12_CERT }}" > secret.txt
echo "SM_CLIENT_CERT_FILE=$(pwd)/secret.txt" >> $GITHUB_ENV
make release

0 comments on commit 0520acc

Please sign in to comment.