From c1327fd8aa313b571ec62b978976a371be972cda Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 27 Aug 2024 10:02:45 +0530 Subject: [PATCH] [desktop] Fix action Fix for https://github.com/ente-io/ente/pull/2965 --- desktop/.github/workflows/desktop-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/.github/workflows/desktop-release.yml b/desktop/.github/workflows/desktop-release.yml index 02ab7c7e651..61465ac5a94 100644 --- a/desktop/.github/workflows/desktop-release.yml +++ b/desktop/.github/workflows/desktop-release.yml @@ -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