diff --git a/.github/workflows/mail.yml b/.github/workflows/mail.yml index 3f6a029..0810663 100644 --- a/.github/workflows/mail.yml +++ b/.github/workflows/mail.yml @@ -23,7 +23,7 @@ jobs: - name: Build the Golang run: | cd api - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ../app main.go + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o app main.go - name: Build the Docker image run: |