Skip to content

Commit

Permalink
Update Build-Linux-x86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
500Foods committed May 18, 2024
1 parent 39d7f6b commit 3863b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build-Linux-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:
- name: Check for changes
id: changes
run: |
if git diff --quiet HEAD; then
if git diff --quiet HEAD -- ./dist/agentc-linux-x86; then
echo "has_changes=false" >> $GITHUB_OUTPUT
else
echo "has_changes=true" >> $GITHUB_OUTPUT
fi
- name: Commit and push changes
if: steps.changes.outputs.has_changes == 'true'
run: |
Expand Down

0 comments on commit 3863b25

Please sign in to comment.