mirror of https://github.com/icedream/icecon.git
Instruct workflow to explicitly build icecon binary.
parent
babec80d60
commit
670068232c
|
@ -18,5 +18,5 @@ jobs:
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build
|
- name: Build icecon binary
|
||||||
run: go build -v .
|
run: go build -v ./cmd/icecon
|
||||||
|
|
Loading…
Reference in New Issue