Skip to content

Commit

Permalink
update release.yml (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhallam authored Sep 30, 2021
1 parent 28c8684 commit 210998a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
mkdir -p "$staging"/{complete,doc}
cp {README.md,UNLICENSE} "$staging/"
cp CHANGELOG.md "$staging/doc/"
#cp CHANGELOG.md "$staging/doc/"
[ "${{ matrix.os }}" = "windows-2019" ]; then
cp "target/${{ matrix.target }}/release/tidy-viewer.exe" "$staging/"
Expand Down

0 comments on commit 210998a

Please sign in to comment.