1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-24 08:02:18 +02:00

fix issue zipping windows binary

This commit is contained in:
Brad Rydzewski 2016-05-26 11:49:16 -07:00
parent 7f760b0e5d
commit c888fb3152

View File

@ -61,7 +61,7 @@ build_tar:
tar -cvzf release/linux/amd64/drone.tar.gz release/linux/amd64/drone
tar -cvzf release/linux/arm64/drone.tar.gz release/linux/arm64/drone
tar -cvzf release/linux/arm/drone.tar.gz release/linux/arm/drone
tar -cvzf release/windows/amd64/drone.tar.gz release/windows/amd64
tar -cvzf release/windows/amd64/drone.tar.gz release/windows/amd64/drone
tar -cvzf release/darwin/amd64/drone.tar.gz release/darwin/amd64/drone
# TODO this is getting moved to a shell script, do not alter