Skip to content

Commit

Permalink
fix: pipe logic
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
  • Loading branch information
jleach committed Oct 25, 2024
1 parent 766a9ae commit 0268cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
shell: bash
run: |
if [ "${{ steps.core_files_changed.outputs.result }}" == "true" ]; then
echo "result=true" >> $GITHUB_OUTPUT
echo "result=true" >> $GITHUB_OUTPUT
else
echo "result=false" >> $GITHUB_OUTPUT
echo "result=false" >> $GITHUB_OUTPUT
fi
build-ios:
Expand Down

0 comments on commit 0268cc6

Please sign in to comment.