mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-08-27 03:49:31 +00:00
update debian source generation and fixed debcargo warnings
This commit is contained in:
parent
564fb7d7b1
commit
177e996aa9
4 changed files with 51 additions and 52 deletions
5
.github/workflows/package.yml
vendored
5
.github/workflows/package.yml
vendored
|
|
@ -133,7 +133,10 @@ jobs:
|
|||
export DEBFULLNAME="Giuliano Bellini"
|
||||
export DEBEMAIL="gyulyvgc99@gmail.com"
|
||||
debcargo package --config resources/packaging/linux/deb-source/debcargo.toml sniffnet
|
||||
mv rust-sniffnet-1.2.1 artifacts/
|
||||
cp resources/packaging/linux/deb-source/changelog rust-sniffnet*/debian/changelog
|
||||
cp resources/packaging/linux/deb-source/copyright rust-sniffnet*/debian/copyright
|
||||
mv resources/packaging/linux/scripts/postinst rust-sniffnet*/debian/sniffnet.postinst
|
||||
mv rust-sniffnet* artifacts/
|
||||
|
||||
- name: Upload package artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue