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.
|
||||
command: cargo make build-all
|
||||
- run:
|
||||
name: Build the Debian package.
|
||||
command: cargo deb
|
||||
name: Build a release version package.
|
||||
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:
|
||||
path: target/debian/
|
||||
destination: ""
|
||||
path: rookeries-linux-latest.bin
|
||||
- store_artifacts:
|
||||
path: rookeries-linux-latest.bin.shasum512
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue