Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
toshokan committed Aug 8, 2020
1 parent ceb32d5 commit e2a56b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: actions/cache@v2
env:
cache-name: cargo-target-dir
with:
path: |
./target
key: ${{ env.cache-name }}-${{ hashFiles('Cargo.lock') }}
with:
path: |
./target
key: ${{ env.cache-name }}-${{ hashFiles('Cargo.lock') }}
- name: Build and archive
run: |
cargo build --release --verbose
Expand Down

0 comments on commit e2a56b5

Please sign in to comment.