mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-30 19:52:31 -04:00
Add cleanup
This commit is contained in:
4
.github/workflows/build-native-packages.yml
vendored
4
.github/workflows/build-native-packages.yml
vendored
@@ -97,6 +97,10 @@ jobs:
|
||||
export GPG_TTY=$(tty || true)
|
||||
ls -l /bin/bash
|
||||
./do_debian_package.sh -s=CURRENT -t=binary
|
||||
- name: Cleanup
|
||||
run: |
|
||||
rm -rf *_zoneminder_release *.build
|
||||
|
||||
- name: Collect .deb artifacts (incl. signed metadata & public key)
|
||||
run: |
|
||||
set -eux
|
||||
|
||||
Reference in New Issue
Block a user