From 1920ece494b5a5b9392cdacea270456428404fc5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 10 Oct 2023 16:27:46 +0200 Subject: [PATCH] fixed codesigned workflow for Windows, removed other platforms from matrix --- .github/workflows/release-codesigned.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-codesigned.yaml b/.github/workflows/release-codesigned.yaml index 2406121..293120f 100644 --- a/.github/workflows/release-codesigned.yaml +++ b/.github/workflows/release-codesigned.yaml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [windows-2019, macos-11, ubuntu-20.04] + platform: [windows-2019] env: MACOSX_DEPLOYMENT_TARGET: 10.13 @@ -117,8 +117,7 @@ jobs: if: matrix.platform == 'windows-2019' run: | - npm run dist - npm run build -- --verbose # building in verbose mode to get reasonable logging output in case of failure + npm run tauri build -- --verbose # building in verbose mode to get reasonable logging output in case of failure dotnet tool install --global AzureSignTool