Skip to content

Commit

Permalink
Update build.yaml (#31)
Browse files Browse the repository at this point in the history
Removed warning
  • Loading branch information
masesdevelopers authored Nov 2, 2023
1 parent 66796d9 commit 135d842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
for added_modified_file in "${added_modified_files[@]}"; do
if [[ $added_modified_file == ".github/workflows/build.yaml"* ]]; then
echo "$added_modified_file is myself."
echo "::set-output name=run_build_windows::true"
echo "run_build_windows=true" >> $GITHUB_OUTPUT
break
fi
if [[ $added_modified_file == "src/"* ]]; then
echo "$added_modified_file file is under the directory 'src/'."
echo "::set-output name=run_build_windows::true"
echo "run_build_windows=true" >> $GITHUB_OUTPUT
break
fi
done
Expand Down

0 comments on commit 135d842

Please sign in to comment.