Fix YAML formatting
This commit is contained in:
parent
0c74305617
commit
0bcebff6f2
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main-rust.yml
vendored
8
.github/workflows/main-rust.yml
vendored
|
@ -58,10 +58,10 @@ jobs:
|
|||
with:
|
||||
name: libreddit
|
||||
path: |
|
||||
target/release/libreddit
|
||||
target/x86_64-unknown-linux-musl/release/libreddit-musl
|
||||
*.sha512
|
||||
*.sha256
|
||||
target/release/libreddit
|
||||
target/x86_64-unknown-linux-musl/release/libreddit-musl
|
||||
*.sha512
|
||||
*.sha256
|
||||
|
||||
- name: Versions
|
||||
id: version
|
||||
|
|
Loading…
Reference in a new issue