diff --git a/.github/workflows/build_notarized.yml b/.github/workflows/build_notarized.yml index b6a485a8e9..99ae2b1813 100644 --- a/.github/workflows/build_notarized.yml +++ b/.github/workflows/build_notarized.yml @@ -115,12 +115,12 @@ jobs: is-official-release: ${{ env.release-type == 'release' && (startsWith(env.branch, 'release') || startsWith(env.branch, 'hotfix')) }} run: | if [[ "${{ env.is-official-release }}" == "true" ]]; then - upload_to=s3 + echo "upload-to=s3" >> $GITHUB_OUTPUT + echo "upload-to=s3" >> $GITHUB_ENV else if [[ -n "${{ env.asana-task-url }}" ]]; then - upload_to=asana + echo "upload-to=asana" >> $GITHUB_OUTPUT + echo "upload-to=asana" >> $GITHUB_ENV fi - echo "upload-to=${upload_to}" >> $GITHUB_OUTPUT - echo "upload-to=${upload_to}" >> $GITHUB_ENV - name: Install Apple Developer ID Application certificate uses: ./.github/actions/install-certs-and-profiles