Skip to content

Commit

Permalink
🐛 Also remove old files when removing from the db
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland committed Jan 7, 2024
1 parent 1a362d5 commit 50fc738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/repo-remove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
for branch in stable testing unstable; do
repo_dir=docs/$branch/$arch
repo-remove $repo_dir/manjaro-sway.db.tar.gz ${{ inputs.package }}
rm $repo_dir/${{ inputs.package }}-*.pkg.tar.zst
rm $repo_dir/${{ inputs.package }}-*.pkg.tar.zst.sig
done
done
Expand Down

0 comments on commit 50fc738

Please sign in to comment.