mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 00:55:32 +00:00
fix issue zipping windows binary
This commit is contained in:
parent
7f760b0e5d
commit
c888fb3152
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue