File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 14
14
stable : ' true'
15
15
go-version : ' ^1.16.1'
16
16
- name : build
17
- run : go get github.com/mitchellh/gox && mkdir dist && perl build.pl && ls -al dist/
17
+ run : |
18
+ go get github.com/mitchellh/gox
19
+ mkdir dist
20
+ perl build.pl
21
+ ls -al dist/
Original file line number Diff line number Diff line change 5
5
tags : ' *'
6
6
7
7
jobs :
8
- docker-build :
9
- runs-on : ubuntu-latest
10
- steps :
11
- - uses : actions/checkout@v2
12
- - name : Build the Docker image
13
- run : docker build . --file Dockerfile --tag hellojukay/httpfs:$(date +%s)
14
- build :
8
+ release :
15
9
runs-on : ubuntu-latest
16
10
steps :
17
11
- uses : actions/checkout@v2
20
14
stable : ' true'
21
15
go-version : ' ^1.16.1'
22
16
- name : build
23
- run : go get github.com/mitchellh/gox && mkdir dist && perl build.pl && ls -al dist/
17
+ run : |
18
+ go get github.com/mitchellh/gox
19
+ mkdir dist
20
+ perl build.pl
21
+ ls -al dist/
24
22
- name : Upload binaries to release
25
23
uses : svenstaro/upload-release-action@v2
26
24
with :
You can’t perform that action at this time.
0 commit comments