[desktop] Fix action (#2967)

Fix for https://github.com/ente-io/ente/pull/2965
This commit is contained in:
Manav Rathi
2024-08-27 10:03:27 +05:30
committed by GitHub

View File

@@ -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