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:
parent
7f760b0e5d
commit
c888fb3152
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 New Issue
Block a user