We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30297ae + 2801625 commit f9b9ee5Copy full SHA for f9b9ee5
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
uses: arduino/setup-task@v1
79
80
- name: Build releases
81
- run: task release-all
+ run: task build-all
82
83
- name: Release
84
uses: softprops/action-gh-release@v1
.gitignore
@@ -4,6 +4,7 @@
4
*.dll
5
*.so
6
*.dylib
7
+bin/
8
9
# Test binary, built with `go test -c`
10
*.test
0 commit comments