Skip to content

Commit

Permalink
fixed codesigned workflow for Windows, removed other platforms from m…
Browse files Browse the repository at this point in the history
…atrix
  • Loading branch information
matthme committed Oct 10, 2023
1 parent 12111cb commit 1920ece
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-codesigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1920ece

Please sign in to comment.