This commit is contained in:
parent
f8a51fad3b
commit
cfb8b043cb
@ -11,12 +11,10 @@ steps:
|
|||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- mkdir dist build
|
- mkdir dist build
|
||||||
- make install
|
- DESTDIR=build make install
|
||||||
- tar -czf dist/release-$DRONE_TAG-$DRONE_STAGE_ARCH.tar.gz build/*
|
- tar -czf dist/release-$DRONE_TAG-$DRONE_STAGE_ARCH.tar.gz build/*
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
environment:
|
|
||||||
DESTDIR: build
|
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
Loading…
Reference in New Issue
Block a user