mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
Remove empty directory from release assets
This commit is contained in:
parent
a35b382b44
commit
4ba7489c0f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
|
@ -100,7 +100,7 @@ jobs:
|
|||
run: |
|
||||
outdir="./target/${{ matrix.target }}/release"
|
||||
staging="${{ env.BIN_NAME }}-${{ needs.create-release.outputs.release_version }}-${{ matrix.target }}"
|
||||
mkdir -p "$staging"/{complete,doc}
|
||||
mkdir -p "$staging"/doc
|
||||
cp {README.md,LICENSE-*} "$staging/"
|
||||
cp {CHANGELOG.md,docs/*} "$staging/doc/"
|
||||
if [ "${{ matrix.os }}" = "windows-2019" ]; then
|
||||
|
|
Loading…
Reference in a new issue