diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index cd8f13b3b370..f10f53f7c319 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -180,9 +180,7 @@ jobs: with: go-version: 1.18.5 - name: Build app - env: - UNIVERSAL: true - run: ./build.sh + run: ./build.sh --universal - name: Build test executable env: TARGET: aarch64-apple-darwin