Skip to content

Commit

Permalink
add web
Browse files Browse the repository at this point in the history
  • Loading branch information
fifsky committed Mar 18, 2020
1 parent 296c921 commit 9ec80df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9ec80df

Please sign in to comment.