Skip to content

Commit

Permalink
Only report success to Asana when build_notarized is run for the offi…
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy authored and Bunn committed Feb 15, 2024
1 parent 4209093 commit fe829f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_notarized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ jobs:
aws s3 cp ${{ github.workspace }}/release/${{ steps.set-outputs.outputs.dsym-name }} ${{ env.DSYM_S3_PATH }}
- name: Report success
if: ${{ env.upload-to == 's3' }}
uses: ./.github/actions/asana-log-message
env:
DSYM_S3_PATH: ${{ steps.upload-dsyms-to-s3.outputs.dsym-s3-path }}
Expand Down Expand Up @@ -298,6 +299,7 @@ jobs:
s3://${{ env.RELEASE_BUCKET_NAME }}/${{ env.RELEASE_BUCKET_PREFIX }}/
- name: Report success
if: ${{ env.upload-to == 's3' }}
uses: ./.github/actions/asana-log-message
env:
DMG_URL: ${{ vars.DMG_URL_ROOT }}${{ steps.create-dmg.outputs.dmg }}
Expand Down

0 comments on commit fe829f7

Please sign in to comment.