Skip to content

Commit

Permalink
Ignore debug files if they don't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Jan 20, 2022
1 parent 2b8558b commit 5dd4a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Prepare release
run: |
mkdir release
rm ./pkg/debian/libwacom-surface-dbgsym_*.deb
rm -f ./pkg/debian/libwacom-surface-dbgsym_*.deb || true
mv ./pkg/debian/*.deb release
- name: Upload artifacts
Expand Down

0 comments on commit 5dd4a36

Please sign in to comment.