Skip to content

Commit

Permalink
Merge pull request #910 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Remove empty directory from release assets
  • Loading branch information
epage committed Jan 18, 2024
2 parents a35b382 + 4ba7489 commit 41f6ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Expand Up @@ -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
Expand Down

0 comments on commit 41f6ea9

Please sign in to comment.