mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
.github/workflows/release.yml: use make to build debian package
This commit is contained in:
parent
39135ab781
commit
a2a9e106a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
- name: Package
|
||||
id: package
|
||||
run: |
|
||||
dpkg-buildpackage -b -us -uc
|
||||
make build-deb
|
||||
DEB_FILE=$(ls ../*.deb | head -1)
|
||||
echo "deb_filename=$DEB_FILE" >> "$GITHUB_OUTPUT"
|
||||
echo "deb_name=$(basename $DEB_FILE)" >> "$GITHUB_OUTPUT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue