Skip to content

Commit aadbc68

Browse files
committed
fix ci failed
1 parent b9a6171 commit aadbc68

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ jobs:
2424
goversion: https://go.dev/dl/go1.20.3.linux-amd64.tar.gz
2525
extra_files: README.md
2626
build_command: make build
27-
project_path: dists

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dists
1+
aws-dynamodb-cache-lambda-extension

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GO ?= go
2-
GOFMT ?= $(GO)fmt
2+
GOFMT ?= $(GO) fmt
33

44
VERSION ?= $(shell cat VERSION)
55
GIT_BRANCH ?= $(subst /,-,$(shell git rev-parse --abbrev-ref HEAD))
66
GIT_COMMIT ?= $(shell git rev-parse HEAD)
77
USER ?= $(shell echo $USER)
88
DATE ?= $(shell echo `date`)
99

10-
APP_BIN ?= dists/aws-dynamodb-cache-lambda-extension
10+
APP_BIN ?= aws-dynamodb-cache-lambda-extension
1111
APP_SRC ?= main.go
1212

1313

0 commit comments

Comments
 (0)