Skip to content

Commit

Permalink
[desktop] Fix action (#2967)
Browse files Browse the repository at this point in the history
Fix for #2965
  • Loading branch information
mnvr authored Aug 27, 2024
2 parents 323f027 + c1327fd commit acfbcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/.github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: yarn install

- name: Create universal ffmpeg binaries for macOS
if: startsWith(matrix.os, 'ubuntu')
if: startsWith(matrix.os, 'macos')
# Currently, the ffmpeg-static binaries are not universal (Not
# their fault, we thank them for their useful package, the issue
# is that there don't seem to be well known upstream sources that
Expand Down

0 comments on commit acfbcf1

Please sign in to comment.