mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-06 02:16:45 +00:00
Try to get .deb output path right
This commit is contained in:
parent
a6f9b2b3fa
commit
e58609e16d
@ -597,12 +597,12 @@ jobs:
|
||||
make -f debian/rules binary
|
||||
- run:
|
||||
name: "Install the built package"
|
||||
command: dpkg -i /tmp/tahoe-lafs_1.20.0-1_all.deb
|
||||
command: dpkg -i /tmp/debian-13-package/tahoe-lafs_1.20.0-1_all.deb
|
||||
- run:
|
||||
name: "Run our newly system-wide installed tahoe"
|
||||
command: tahoe --version
|
||||
- store_artifacts:
|
||||
path: /tmp/tahoe-lafs_1.20.0-1_all.deb
|
||||
path: /tmp/debian-13-package/tahoe-lafs_1.20.0-1_all.deb
|
||||
|
||||
nixos:
|
||||
parameters:
|
||||
|
Loading…
x
Reference in New Issue
Block a user