Skip to content

Commit

Permalink
elif
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 3, 2024
1 parent 2c901f0 commit 6c875d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
if [[ "${{ env.is-official-release }}" == "true" ]]; then
upload_to=s3
else if [[ -n "${{ env.asana-task-url }}" ]]; then
elif [[ -n "${{ env.asana-task-url }}" ]]; then
upload_to=asana
fi
echo "upload-to=${upload_to}" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_notarized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
if [[ "${{ env.is-official-release }}" == "true" ]]; then
echo "upload-to=s3" >> $GITHUB_OUTPUT
echo "upload-to=s3" >> $GITHUB_ENV
else if [[ -n "${{ env.asana-task-url }}" ]]; then
elif [[ -n "${{ env.asana-task-url }}" ]]; then
echo "upload-to=asana" >> $GITHUB_OUTPUT
echo "upload-to=asana" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 6c875d7

Please sign in to comment.