We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35b382 commit 4ba7489Copy full SHA for 4ba7489
.github/workflows/post-release.yml
@@ -100,7 +100,7 @@ jobs:
100
run: |
101
outdir="./target/${{ matrix.target }}/release"
102
staging="${{ env.BIN_NAME }}-${{ needs.create-release.outputs.release_version }}-${{ matrix.target }}"
103
- mkdir -p "$staging"/{complete,doc}
+ mkdir -p "$staging"/doc
104
cp {README.md,LICENSE-*} "$staging/"
105
cp {CHANGELOG.md,docs/*} "$staging/doc/"
106
if [ "${{ matrix.os }}" = "windows-2019" ]; then
0 commit comments