Skip to content

Commit 2721c60

Browse files
committed
dummy commit
1 parent fda00d8 commit 2721c60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Sign release binaries
3838
uses: jonashogstrom/code-sign-action@v2.0.9
3939
with:
40-
certificate: '${{ secrets.TOBIICODESIGNCERTIFICATE_B64 }}'
41-
sign_args: '/v /p ${{ secrets.CODESIGNPASSWORD }} /tr http://timestamp.digicert.com /sha1 ${{ secrets.TOBIICODESIGNCERTIFICATE_SHA1 }}'
40+
certificate: '${{secrets.TOBIICODESIGNCERTIFICATE_B64}}'
41+
sign_args: '/v /p ${{secrets.CODESIGNPASSWORD}} /tr http://timestamp.digicert.com /sha1 ${{secrets.TOBIICODESIGNCERTIFICATE_SHA1}}'
4242
folder: 'source/bin/Release'
4343
recursive: true
4444

0 commit comments

Comments
 (0)