We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1928a51 commit 32119fbCopy full SHA for 32119fb
.drone.yml
@@ -75,11 +75,17 @@ steps:
75
commands:
76
- cd /go/src/github.com/coredns/coredns
77
- make
78
- - mv coredns /go/src/github.com/leiless/dnsredir/bin/coredns_dnsredir-$GOOS-$GOARCH
+ - mv coredns /go/src/github.com/leiless/dnsredir/bin/coredns_dnsredir-$GOOS-$GOARCH.exe
79
- name: calc-shasum256
80
image: alpine
81
82
- uname -a
83
- cd /go/src/github.com/leiless/dnsredir/bin
84
- sha256sum coredns* | tee shasum256.txt
85
+- name: publish
86
+ image: plugins/github-release
87
+ settings:
88
+ api_key:
89
+ from_secret: github_token
90
+ files: bin/coredns*
91
0 commit comments