Skip to content

Commit

Permalink
Fix echo to env
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Jan 9, 2025
1 parent efa5315 commit aa3b7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aa3b7ed

Please sign in to comment.