From 60e7ec5e9f55736a78983514938278e9e792cd0f Mon Sep 17 00:00:00 2001 From: Michael Scrivo Date: Sun, 17 Nov 2024 13:38:13 -0500 Subject: [PATCH] chore: update action to new tag --- .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 7c3f782..4839672 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: Configuration: ${{ matrix.configuration }} - name: Sign App Files - uses: mscrivo/signtool-code-sign@1.1.0 + uses: mscrivo/signtool-code-sign@v1 with: certificate: '${{ secrets.BASE64_ENCODED_PFX }}' cert-password: '${{ secrets.PFX_PASSWORD }}' @@ -53,7 +53,7 @@ jobs: options: /O+ - name: Sign Installer - uses: mscrivo/signtool-code-sign@1.1.0 + uses: mscrivo/signtool-code-sign@v1 with: certificate: '${{ secrets.BASE64_ENCODED_PFX }}' cert-password: '${{ secrets.PFX_PASSWORD }}'