Skip to content

Commit c6516eb

Browse files
committed
Condition was flipped
1 parent 92a65c6 commit c6516eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/commit-built-file-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
id: artifact-check
8787
run: |
8888
if [ -f "pr-data.zip" ]; then
89-
echo "exists=false" >> "$GITHUB_OUTPUT"
90-
else
9189
echo "exists=true" >> "$GITHUB_OUTPUT"
90+
else
91+
echo "exists=false" >> "$GITHUB_OUTPUT"
9292
fi
9393
9494
- name: list directory

0 commit comments

Comments
 (0)