ci: Add a simpler setup for the latest Linux assets.

This commit is contained in:
Dorian 2020-02-15 15:56:46 -05:00
parent 4aef6151a2
commit fc92d529a5
1 changed files with 8 additions and 4 deletions

View File

@ -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