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 793f2c2 commit 10a76ceCopy full SHA for 10a76ce
.github/workflows/post-release.yml
@@ -99,7 +99,7 @@ jobs:
99
staging="${{ env.BIN_NAME }}-${{ needs.create-release.outputs.release_version }}-${{ matrix.target }}"
100
mkdir -p "$staging"/{complete,doc}
101
cp {README.md,LICENSE-*} "$staging/"
102
- cp {CHANGELOG.md,docs/*} "$staging/doc/"
+ cp {CHANGELOG.md} "$staging/doc/"
103
if [ "${{ matrix.os }}" = "windows-2019" ]; then
104
cp "target/${{ matrix.target }}/release/${{ env.BIN_NAME }}.exe" "$staging/"
105
cd "$staging"
0 commit comments