Skip to content

Commit

Permalink
Work on release (#63)
Browse files Browse the repository at this point in the history
* update release.yml

* fix if else
  • Loading branch information
alexhallam authored Sep 30, 2021
1 parent 210998a commit 11e941e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,11 @@ jobs:
cp {README.md,UNLICENSE} "$staging/"
#cp CHANGELOG.md "$staging/doc/"
[ "${{ matrix.os }}" = "windows-2019" ]; then
if [ "${{ matrix.os }}" = "windows-2019" ]; then
cp "target/${{ matrix.target }}/release/tidy-viewer.exe" "$staging/"
7z a "$staging.zip" "$staging"
echo "ASSET=$staging.zip" >> $GITHUB_ENV
fi
- name: Upload release archive
uses: actions/[email protected]
Expand Down

0 comments on commit 11e941e

Please sign in to comment.