Instruct workflow to explicitly build icecon binary.

rewrite
Icedream 2024-05-05 09:44:26 +02:00
parent babec80d60
commit 670068232c
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 2 additions and 2 deletions

View File

@ -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