From c570c41f9b3febf72f00140eba0a6b6d2f750f38 Mon Sep 17 00:00:00 2001 From: jjohnstondev Date: Sun, 8 Jan 2023 22:03:03 -0800 Subject: [PATCH] drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a4531f0..a78b79d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build image: golang commands: - - GOARCH=amd64 GOOS=linux go build -o bin/${BINARY_NAME} main.go + - GOARCH=amd64 GOOS=linux go build -o bin/gospt main.go - name: gitea_release image: plugins/gitea-release settings: @@ -14,7 +14,7 @@ steps: from_secret: GITEA base_url: https://gitea.asdf.cafe - files: bin/${BINARY_NAME} + files: bin/gospt trigger: event: