We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b9dca commit 8759d99Copy full SHA for 8759d99
.github/workflows/pipeline.yml
@@ -82,9 +82,9 @@ jobs:
82
with:
83
draft: false
84
files: |
85
- build/base-go-http-service-linux-amd64
86
- build/base-go-http-service-windows-amd64.exe
87
- build/base-go-http-service-darwin-amd64
+ build/telegram-logger-linux-amd64
+ build/telegram-logger-windows-amd64.exe
+ build/telegram-logger-darwin-amd64
88
env:
89
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: build
2
MAKEFLAGS += --no-print-directory
3
-PKG_BASENAME := "base-go-http-service"
+PKG_BASENAME := "telegram-logger"
4
PKG := "github.com/psyb0t/$(PKG)"
5
PKG_LIST := $(shell go list $(PKG)/...)
6
0 commit comments