Skip to content

Commit

Permalink
Run upload-artifact action regardless of previous step failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 25, 2024
1 parent 78608a3 commit 3c24f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
components: llvm-tools, rustc-dev
- run: cargo test --all-features --release --tests
- uses: actions/upload-artifact@v4
if: always()
with:
name: Cargo.lock
path: Cargo.lock
Expand Down

0 comments on commit 3c24f57

Please sign in to comment.