From 1bbc6697ac934fa4bac5c6482abc9506b08d828f Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Fri, 6 Aug 2021 08:07:12 +0200 Subject: [PATCH] attempt to use v1 instead of v1.1.0 after creating a v1 branch for the action (see https://github.community/t/version-numbering-for-actions/16307/5) --- .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 ae752f12f..046ab3f6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -441,7 +441,7 @@ jobs: run: attrib -r appdir/Cryptomator/Cryptomator.exe shell: pwsh - name: Codesign - uses: skymatic/code-sign-action@v1.1.0 + uses: skymatic/code-sign-action@v1 with: certificate: ${{ secrets.WIN_CODESIGN_P12_BASE64 }} password: ${{ secrets.WIN_CODESIGN_P12_PW }} @@ -469,7 +469,7 @@ jobs: env: JP_WIXWIZARD_RESOURCES: ${{ github.workspace }}/dist/win/resources # requires abs path, used in resources/main.wxs - name: Codesign MSI - uses: skymatic/code-sign-action@v1.1.0 + uses: skymatic/code-sign-action@v1 with: certificate: ${{ secrets.WIN_CODESIGN_P12_BASE64 }} password: ${{ secrets.WIN_CODESIGN_P12_PW }}