Skip to content

Commit

Permalink
upgrade cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Apr 8, 2023
1 parent a94bd70 commit 8086929
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,11 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Rust
uses: rustup toolchain install stable --profile minimal
run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --release
- name: Upload Release Asset
run: gh release upload ${{ matrix.os }}-${{ github.ref }} target/release/cli*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}




GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8086929

Please sign in to comment.