Skip to content

Commit

Permalink
Fix macos artifact publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgelenas committed Jun 20, 2024
1 parent 2cb812e commit 55b64b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
yarn electron-builder --publish always --x64 --win
- name: Publish macOS releases
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-13'
env:
# These values are used for auto updates signing
# APPLE_ID: ${{ secrets.APPLE_ID }}
Expand Down

0 comments on commit 55b64b8

Please sign in to comment.