From 56b80be22c4f9993701dc51cf33a21a59ce8e337 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Fri, 23 Jul 2021 16:01:05 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5df5f06c2..2f3979471 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -429,7 +429,7 @@ jobs: run: | cp dist/win/contrib/* appdir/Cryptomator - name: Codesign - uses: skymatic/code-sign-action@v1 + uses: skymatic/code-sign-action@v1.0.1 with: certificate: ${{ secrets.WIN_CODESIGN_P12_BASE64 }} password: ${{ secrets.WIN_CODESIGN_P12_PW }} @@ -450,7 +450,7 @@ jobs: --copyright "(C) 2016 - 2021 Skymatic GmbH" --app-version "${{ needs.metadata.outputs.versionNum }}" - name: Codesign MSI - uses: skymatic/code-sign-action@v1 + uses: skymatic/code-sign-action@v1.0.1 with: certificate: ${{ secrets.WIN_CODESIGN_P12_BASE64 }} password: ${{ secrets.WIN_CODESIGN_P12_PW }}