Update build.yml

This commit is contained in:
Sebastian Stenzel 2021-07-23 16:01:05 +02:00 committed by GitHub
parent e7266070a0
commit 56b80be22c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -429,7 +429,7 @@ jobs:
run: | run: |
cp dist/win/contrib/* appdir/Cryptomator cp dist/win/contrib/* appdir/Cryptomator
- name: Codesign - name: Codesign
uses: skymatic/code-sign-action@v1 uses: skymatic/code-sign-action@v1.0.1
with: with:
certificate: ${{ secrets.WIN_CODESIGN_P12_BASE64 }} certificate: ${{ secrets.WIN_CODESIGN_P12_BASE64 }}
password: ${{ secrets.WIN_CODESIGN_P12_PW }} password: ${{ secrets.WIN_CODESIGN_P12_PW }}
@ -450,7 +450,7 @@ jobs:
--copyright "(C) 2016 - 2021 Skymatic GmbH" --copyright "(C) 2016 - 2021 Skymatic GmbH"
--app-version "${{ needs.metadata.outputs.versionNum }}" --app-version "${{ needs.metadata.outputs.versionNum }}"
- name: Codesign MSI - name: Codesign MSI
uses: skymatic/code-sign-action@v1 uses: skymatic/code-sign-action@v1.0.1
with: with:
certificate: ${{ secrets.WIN_CODESIGN_P12_BASE64 }} certificate: ${{ secrets.WIN_CODESIGN_P12_BASE64 }}
password: ${{ secrets.WIN_CODESIGN_P12_PW }} password: ${{ secrets.WIN_CODESIGN_P12_PW }}