Skip to content

Commit

Permalink
Remove older deb versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiarn committed Nov 13, 2021
1 parent 8999dc9 commit b133485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
- name: Copy packages
run: |
mkdir -p deb/packages/$PACKAGE/$DISTRIBUTION
rm -rf deb/packages/$PACKAGE/$DISTRIBUTION/*
cp package/* deb/packages/$PACKAGE/$DISTRIBUTION
- name: Push to repo
Expand Down

0 comments on commit b133485

Please sign in to comment.