Skip to content

Commit 660f903

Browse files
committed
replace deprecated sign action with skymatic/workflows/.github/win-sign-action
1 parent a8fd9c5 commit 660f903

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-win.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ jobs:
102102
$jar.Dispose()
103103
}
104104
- name: Codesign
105-
uses: skymatic/code-sign-action@v3
105+
uses: skymatic/workflows/.github/actions/win-sign-action@450e322ff2214d0be0b079b63343c894f3ef735f
106106
with:
107-
certificate: ${{ secrets.WIN_CODESIGN_P12_BASE64 }}
108-
password: ${{ secrets.WIN_CODESIGN_P12_PW }}
109-
certificatesha1: ${{ vars.WIN_CODESIGN_CERT_SHA1 }}
110-
description: Cryptomator
111-
timestampUrl: 'http://timestamp.digicert.com'
112-
folder: target
107+
base-dir: 'target'
108+
file-extensions: 'dll,exe'
113109
recursive: true
110+
sign-description: 'Cryptomator CLI'
111+
sign-url: 'https://cryptomator.org'
112+
username: ${{ secrets.WIN_CODESIGN_USERNAME }}
113+
password: ${{ secrets.WIN_CODESIGN_PW }}
114114
- name: Replace DLLs inside jars with signed ones
115115
shell: pwsh
116116
run: |

0 commit comments

Comments
 (0)