Skip to content

Commit

Permalink
ci: Fix broken if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jul 25, 2023
1 parent 4ceef23 commit e491caf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ jobs:

- name: "Check Build Artifacts"
run: |
ls -la _output/
if [ -f _output/$PACKAGE*.rpm ]; then
echo "RPM (or SRPM) exists";
fi
ls -la _output/*.rpm
- name: "Upload Build Artifacts"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e491caf

Please sign in to comment.