ci: Add a simpler setup for the latest Linux assets.
This commit is contained in:
parent
4aef6151a2
commit
fc92d529a5
|
@ -65,11 +65,15 @@ jobs:
|
||||||
name: Build Rookeries.
|
name: Build Rookeries.
|
||||||
command: cargo make build-all
|
command: cargo make build-all
|
||||||
- run:
|
- run:
|
||||||
name: Build the Debian package.
|
name: Build a release version package.
|
||||||
command: cargo deb
|
command: |
|
||||||
|
cargo build --release
|
||||||
|
cp target/release/rookeries rookeries-linux-latest.bin
|
||||||
|
shasum -a 512 rookeries-linux-latest.bin >> rookeries-linux-latest.bin.shasum512
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: target/debian/
|
path: rookeries-linux-latest.bin
|
||||||
destination: ""
|
- store_artifacts:
|
||||||
|
path: rookeries-linux-latest.bin.shasum512
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue