From a8b1f6e2d91d33955bffdfc7ae569c51993d5965 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 3 Oct 2023 14:07:15 +0200 Subject: [PATCH] switched to different tauri-action fork branch --- .github/workflows/release-codesigned.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-codesigned.yaml b/.github/workflows/release-codesigned.yaml index d9477fd..e6e3e6c 100644 --- a/.github/workflows/release-codesigned.yaml +++ b/.github/workflows/release-codesigned.yaml @@ -116,7 +116,7 @@ jobs: - name: upload signed .msi, .exe, .msi.zip, .msi.zip.sig files to github release (Windows only) - uses: matthme/tauri-action-ev-signing@dist + uses: matthme/tauri-action-ev-signing@upload-only if: matrix.platform == 'windows-2019' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}