We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a140429 commit fc9a98bCopy full SHA for fc9a98b
1 file changed
.github/workflows/docs.yml
@@ -106,7 +106,6 @@ jobs:
106
env:
107
RUSTC_WRAPPER: sccache
108
CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER: lld-link.exe
109
- CARGO_TARGET_DIR: target\docs
110
steps:
111
- name: "Checkout sources"
112
uses: actions/checkout@master
@@ -172,7 +171,7 @@ jobs:
172
171
fail_on_unmatched_files: true
173
draft: true
174
files: |
175
- target/docs/${{ env.PROJECT_NAME }}*
+ ${{ env.PROJECT_NAME }}-${{ matrix.target }}-docs.zip
176
name: "[${{ github.ref_name }} Docs]"
177
body: ${{ env.DOCS_BODY }}
178
target_commitish: ${{ github.sha }}
0 commit comments