Skip to content

Commit d1d4c33

Browse files
committed
ci: fix doc generation
1 parent 638c765 commit d1d4c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
permissions:
136136
contents: write
137137
runs-on: ubuntu-latest
138-
needs: [package-docs-unix, package-docs-windows]
138+
needs: [ package-docs-unix, package-docs-windows ]
139139
steps:
140140
- run: |
141141
echo 'DOCS_BODY<<EOF' >> $GITHUB_ENV
@@ -171,7 +171,7 @@ jobs:
171171
fail_on_unmatched_files: true
172172
draft: true
173173
files: |
174-
${{ env.PROJECT_NAME }}-${{ matrix.target }}-docs.zip
174+
${{ env.PROJECT_NAME }}.zip
175175
name: "[${{ github.ref_name }} Docs]"
176176
body: ${{ env.DOCS_BODY }}
177177
target_commitish: ${{ github.sha }}

0 commit comments

Comments
 (0)