mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Fix typo in upload-artifact condition
This commit is contained in:
parent
d1307b565a
commit
221302e35f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
- run: cargo run -- expand --manifest-path tests/Cargo.toml > expand.rs && diff tests/lib.expand.rs expand.rs
|
||||
if: startsWith(matrix.rust, 'nightly')
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: matrix.os == 'ubunut' && matrix.rust == 'nightly' && always()
|
||||
if: matrix.os == 'ubuntu' && matrix.rust == 'nightly' && always()
|
||||
with:
|
||||
name: Cargo.lock
|
||||
path: Cargo.lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue