Skip to content

Commit

Permalink
Package Windows build in .zip instead of .tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed May 14, 2020
1 parent eaf0c18 commit 667a152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,15 +345,15 @@ jobs:
version=${tag_name#k}
version=${version//-[[:digit:]]*/}
artifact_name=$version.tar.xz
artifact_name=$version.zip
echo ::set-env name=ARTIFACT_NAME::$artifact_name
mkdir -p artifact/Kotatogram
mv build/bin/Kotatogram.exe artifact/Kotatogram
mv build/bin/Updater.exe artifact/Kotatogram
cd artifact
tar -caf $artifact_name Kotatogram
7z a $artifact_name Kotatogram
- name: Upload release asset.
id: upload-release-asset
Expand Down

0 comments on commit 667a152

Please sign in to comment.