Skip to content

Commit

Permalink
remove debian packages by force to avoid any error when there is no *…
Browse files Browse the repository at this point in the history
….deb
  • Loading branch information
JohnnyLiu2886 committed Nov 8, 2023
1 parent 18984eb commit f03788b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Clear any debian files
run: |
cd .. && rm *.deb
cd .. && rm -f *.deb
- run: |
sudo apt -y update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Clear any debian files
run: |
cd .. && rm *.deb
cd .. && rm -f *.deb
- run: |
sudo apt -y update
Expand Down

0 comments on commit f03788b

Please sign in to comment.