Skip to content

Commit

Permalink
Merge branch 'dev' into fix/api-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo authored Sep 18, 2024
2 parents e96e170 + 60d71ac commit 5b5086c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: target \
key: ${{ runner.os }}-target-${{ hashFiles('**/Cargo.lock') }} \
restore-keys: ${{ runner.os }}-target- || echo 'Cache target step failed or timed out.'"
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: cargo build --verbose

- name: Save build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build
path: target
Expand Down

0 comments on commit 5b5086c

Please sign in to comment.