mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +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…
Add table
Add a link
Reference in a new issue