From aa3b7ed883ae8b3d6d3d9a2a5d2b3d8359bdc224 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Thu, 9 Jan 2025 09:57:20 +0100 Subject: [PATCH] Fix echo to env --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8af5fba87..3b325a7f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: - name: Enable Development Cert for everything apart from macOS FTP if: matrix.platform != 'macOS' || matrix.destination != 'ftp' - run: echo "DEV_CERTIFICATE=${{ secrets.APPLE_DEVELOPER_ID_SIGNING_CERTIFICATE}}" >> &GITHUB_ENV + run: echo "DEV_CERTIFICATE=${{ secrets.APPLE_DEVELOPER_ID_SIGNING_CERTIFICATE}}" >> $GITHUB_ENV - name: Use Apple Development Certificate if: matrix.platform == 'iOS' && matrix.destination == 'ftp' && contains(env.UPLOAD_TO, matrix.destination)