Skip to content

Commit

Permalink
Ignore missing file during clean process
Browse files Browse the repository at this point in the history
  • Loading branch information
camlafit committed Aug 20, 2024
1 parent acd852c commit 44085df
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 @@ -24,7 +24,7 @@ jobs:
name: debian_package
- name: Remove debuginfo file
run: |
rm *-debuginfo-*.rpm
rm *-debuginfo-*.rpm || true
- name: Release package files
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 44085df

Please sign in to comment.