Fix typo in upload-artifact condition

This commit is contained in:
David Tolnay 2024-08-25 12:50:33 -07:00
parent d1307b565a
commit 221302e35f
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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