From 660f90398948736eaff5f2d2ace2b870bf4e182e Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 29 Jul 2025 13:17:21 +0200 Subject: [PATCH] replace deprecated sign action with skymatic/workflows/.github/win-sign-action --- .github/workflows/build-win.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-win.yml b/.github/workflows/build-win.yml index 34d2b71..5bd0c24 100644 --- a/.github/workflows/build-win.yml +++ b/.github/workflows/build-win.yml @@ -102,15 +102,15 @@ jobs: $jar.Dispose() } - name: Codesign - uses: skymatic/code-sign-action@v3 + uses: skymatic/workflows/.github/actions/win-sign-action@450e322ff2214d0be0b079b63343c894f3ef735f with: - certificate: ${{ secrets.WIN_CODESIGN_P12_BASE64 }} - password: ${{ secrets.WIN_CODESIGN_P12_PW }} - certificatesha1: ${{ vars.WIN_CODESIGN_CERT_SHA1 }} - description: Cryptomator - timestampUrl: 'http://timestamp.digicert.com' - folder: target + base-dir: 'target' + file-extensions: 'dll,exe' recursive: true + sign-description: 'Cryptomator CLI' + sign-url: 'https://cryptomator.org' + username: ${{ secrets.WIN_CODESIGN_USERNAME }} + password: ${{ secrets.WIN_CODESIGN_PW }} - name: Replace DLLs inside jars with signed ones shell: pwsh run: |