We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638c765 commit d1d4c33Copy full SHA for d1d4c33
.github/workflows/docs.yml
@@ -135,7 +135,7 @@ jobs:
135
permissions:
136
contents: write
137
runs-on: ubuntu-latest
138
- needs: [package-docs-unix, package-docs-windows]
+ needs: [ package-docs-unix, package-docs-windows ]
139
steps:
140
- run: |
141
echo 'DOCS_BODY<<EOF' >> $GITHUB_ENV
@@ -171,7 +171,7 @@ jobs:
171
fail_on_unmatched_files: true
172
draft: true
173
files: |
174
- ${{ env.PROJECT_NAME }}-${{ matrix.target }}-docs.zip
+ ${{ env.PROJECT_NAME }}.zip
175
name: "[${{ github.ref_name }} Docs]"
176
body: ${{ env.DOCS_BODY }}
177
target_commitish: ${{ github.sha }}
0 commit comments