We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e46948 commit 1c117bfCopy full SHA for 1c117bf
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
go-version: '1.20'
20
21
- name: Build Go function
22
- run: go build -o main ./sendTransactionalEmail/main
+ run: go build -o main ./sendTransactionalEmail
23
24
- name: Login to DigitalOcean
25
uses: digitalocean/action-doctl@v2
0 commit comments