Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 2, 2024
1 parent 9f725c7 commit 52ee007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
env:
is-official-release: ${{ env.destination == 'appstore' && (startsWith(github.ref_name, 'release') || startsWith(github.ref_name, 'hotfix')) }}
run: |
upload_to=
if [[ "${{ env.is-official-release }}" == "true" ]]; then
upload_to=s3
else if [[ "${{ env.asana-task-url }}" ]]; then
Expand Down

0 comments on commit 52ee007

Please sign in to comment.