Skip to content

Commit

Permalink
Update release tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Jan 4, 2024
1 parent 2998659 commit 9bdd326
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
key: ${{ runner.os }}-cargo-bin-${{ hashFiles('.github/workflows/release.yml') }}
- name: Install cargo-deb
if: startsWith(matrix.name, 'linux-')
run: which cargo-deb || cargo install cargo-deb --version 1.30.0 --locked
run: which cargo-deb || cargo install cargo-deb --version 1.44.1 --locked
- name: Install cargo-generate-rpm
if: startsWith(matrix.name, 'linux-')
run: which cargo-generate-rpm || cargo install cargo-generate-rpm --version 0.5.0 --locked
run: which cargo-generate-rpm || cargo install cargo-generate-rpm --version 0.13.0 --locked

- uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -198,9 +198,9 @@ jobs:
key: sign-tools-${{ hashFiles('.github/workflows/release.yml') }}

- name: Install rsign2
run: cargo install rsign2 --version 0.5.7
run: cargo install rsign2 --version 0.6.3
- name: Install b3sum
run: cargo install b3sum --version 0.3.7
run: cargo install b3sum --version 1.5.0

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 9bdd326

Please sign in to comment.