Update build workflow to create Debian package and adjust release directory
All checks were successful
/ release (nightly) (push) Successful in 2m21s
All checks were successful
/ release (nightly) (push) Successful in 2m21s
This commit is contained in:
parent
86fc2c236e
commit
fbb62b9006
3 changed files with 18 additions and 9 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -1,7 +1,13 @@
|
|||
[package]
|
||||
name = "phenix"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0-or-later"
|
||||
repository="https://code.edgarpierre.fr/edpibu/phenix"
|
||||
authors = ["edpibu <contact@edgarpierre.fr>"]
|
||||
|
||||
[dependencies]
|
||||
regex = "1.11.1"
|
||||
[package.metadata.deb]
|
||||
maintainer-scripts = "debian/"
|
||||
|
||||
[package.metadata.deb.systemd-units]
|
||||
unit-scripts = "."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue