We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df946e0 commit 2801625Copy full SHA for 2801625
.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