mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
CI: Fix name of downloaded tar
This commit is contained in:
parent
b621bcf36a
commit
4c2f550ee6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -398,7 +398,7 @@ jobs:
|
|||
name: apidocs
|
||||
|
||||
- name: Extract the API docs
|
||||
run: tar -xf apidocs
|
||||
run: tar -xf apidocs.tar
|
||||
|
||||
- name: Check links
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue