Skip to content

Commit 10a76ce

Browse files
committed
chore(ci): Fix release process
1 parent 793f2c2 commit 10a76ce

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
@@ -99,7 +99,7 @@ jobs:
9999
staging="${{ env.BIN_NAME }}-${{ needs.create-release.outputs.release_version }}-${{ matrix.target }}"
100100
mkdir -p "$staging"/{complete,doc}
101101
cp {README.md,LICENSE-*} "$staging/"
102-
cp {CHANGELOG.md,docs/*} "$staging/doc/"
102+
cp {CHANGELOG.md} "$staging/doc/"
103103
if [ "${{ matrix.os }}" = "windows-2019" ]; then
104104
cp "target/${{ matrix.target }}/release/${{ env.BIN_NAME }}.exe" "$staging/"
105105
cd "$staging"

0 commit comments

Comments
 (0)