Skip to content

Commit 1c117bf

Browse files
committed
update the build path
1 parent 5e46948 commit 1c117bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: '1.20'
2020

2121
- name: Build Go function
22-
run: go build -o main ./sendTransactionalEmail/main
22+
run: go build -o main ./sendTransactionalEmail
2323

2424
- name: Login to DigitalOcean
2525
uses: digitalocean/action-doctl@v2

0 commit comments

Comments
 (0)