aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-02-24 22:15:17 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:35:25 +0100
commit4c2f550ee61cfd61f1877b77c7755c539232b6d8 (patch)
tree3728683b546559151cd8bd52123284bb712a1db7 /.github
parentb621bcf36a136fbc4c1017d2f4ca1882d49df34a (diff)
CI: Fix name of downloaded tar
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 41731a6..3f2c8c1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: |