forked from lthn/blockchain
Fix asset glob pattern in build-docs.yml for artifact upload
This commit is contained in:
parent
893b3ed1ff
commit
3fcee22c86
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
|
|
@ -32,6 +32,6 @@ jobs:
|
|||
uses: ./.github/actions/upload-artifacts
|
||||
with:
|
||||
chain-network: ${{ inputs.chain-network }}
|
||||
assets: *
|
||||
assets: "*"
|
||||
asset-type: 'docs'
|
||||
asset-directory: ${{ github.workspace }}/build/docs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue