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