We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaf7aa commit e22fbd0Copy full SHA for e22fbd0
.gitignore
@@ -86,3 +86,4 @@ fabric.properties
86
87
# Binary file
88
bin/ects_*
89
+dist
Makefile
@@ -8,6 +8,4 @@ build:
8
GOOS=linux go build -o "bin/$(BINARY_NAME)_linux" main.go
9
GOOS=windows go build -o "bin/$(BINARY_NAME)_windows" main.go
10
11
-export GITHUB_TOKEN = `dc959301220984be9588ae38e911121397dd30ad`
12
-
13
release:
0 commit comments