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 184b005 commit f963810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightlyPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
yarn electron-builder --publish always --x64 --win
- name: Publish macOS releases
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-13'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit f963810

Please sign in to comment.