mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-27 14:00:38 +00:00
Update build.yml
This commit is contained in:
parent
e7266070a0
commit
56b80be22c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user