We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafedfe commit 46888d9Copy full SHA for 46888d9
.github/workflows/continuous.yml
@@ -17,7 +17,7 @@ jobs:
17
go-version: 1.21
18
19
- name: Build
20
- run: go build -o dabadee
+ run: make all
21
22
- uses: softprops/action-gh-release@v1
23
with:
0 commit comments