Skip to content

Commit fc9a98b

Browse files
committed
ci: update
1 parent a140429 commit fc9a98b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ jobs:
106106
env:
107107
RUSTC_WRAPPER: sccache
108108
CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER: lld-link.exe
109-
CARGO_TARGET_DIR: target\docs
110109
steps:
111110
- name: "Checkout sources"
112111
uses: actions/checkout@master
@@ -172,7 +171,7 @@ jobs:
172171
fail_on_unmatched_files: true
173172
draft: true
174173
files: |
175-
target/docs/${{ env.PROJECT_NAME }}*
174+
${{ env.PROJECT_NAME }}-${{ matrix.target }}-docs.zip
176175
name: "[${{ github.ref_name }} Docs]"
177176
body: ${{ env.DOCS_BODY }}
178177
target_commitish: ${{ github.sha }}

0 commit comments

Comments
 (0)