1
0
Fork 0
forked from lthn/blockchain

Fix asset glob pattern in build-docs.yml for artifact upload

This commit is contained in:
snider 2025-10-06 16:06:09 +01:00
parent 893b3ed1ff
commit 3fcee22c86

View file

@ -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