Skip to content

Commit 2801625

Browse files
committed
ci: fix task name
1 parent df946e0 commit 2801625

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: arduino/setup-task@v1
7979

8080
- name: Build releases
81-
run: task release-all
81+
run: task build-all
8282

8383
- name: Release
8484
uses: softprops/action-gh-release@v1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*.dll
55
*.so
66
*.dylib
7+
bin/
78

89
# Test binary, built with `go test -c`
910
*.test

0 commit comments

Comments
 (0)