Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SkillfulElectro authored Aug 28, 2024
1 parent 4dc207d commit 0412d6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
Remove-Item -Path "target\release\deps" -Recurse -Force
Remove-Item -Path "target\release\examples" -Recurse -Force
Remove-Item -Path "target\release\incremental" -Recurse -Force
Remove-Item -Path "target\CACHEDIR.TAG" -Force
Remove-Item -Path "target\.rustc_info.json" -Force
Remove-Item -Path "target\release\.fingerprint" -Recurse -Force
Remove-Item -Path "target\release\.cargo-lock" -Force
# Cleanup steps for macOS and Linux
- name: Clean up target directory (macOS and Linux only)
Expand All @@ -43,6 +47,10 @@ jobs:
rm -rf target/release/deps
rm -rf target/release/examples
rm -rf target/release/incremental
rm -f target/CACHEDIR.TAG
rm -f target/.rustc_info.json
rm -rf target/release/.fingerprint
rm -f target/release/.cargo-lock
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0412d6d

Please sign in to comment.