Skip to content

Commit

Permalink
Add Back in Build Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo committed Jun 21, 2024
1 parent 78ea7b2 commit 3652116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ jobs:

- name: Build
run: cargo build --verbose

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

- name: Show disk usage after build
run: df -h
Expand Down

0 comments on commit 3652116

Please sign in to comment.