Skip to content

Commit 4ba7489

Browse files
authored
Remove empty directory from release assets
1 parent a35b382 commit 4ba7489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
outdir="./target/${{ matrix.target }}/release"
102102
staging="${{ env.BIN_NAME }}-${{ needs.create-release.outputs.release_version }}-${{ matrix.target }}"
103-
mkdir -p "$staging"/{complete,doc}
103+
mkdir -p "$staging"/doc
104104
cp {README.md,LICENSE-*} "$staging/"
105105
cp {CHANGELOG.md,docs/*} "$staging/doc/"
106106
if [ "${{ matrix.os }}" = "windows-2019" ]; then

0 commit comments

Comments
 (0)