Skip to content

Commit

Permalink
ci: remove deb dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Feb 6, 2024
1 parent 5b6be60 commit baad5f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ jobs:
# Build the .deb file
echo "Building ${BUILD_NAME}.deb"
dpkg-deb --build ${BUILD_NAME}
# Remove the folder
rm -rf ${BUILD_NAME}
done
- name: Add packages to repository
Expand Down

0 comments on commit baad5f4

Please sign in to comment.