Skip to content

Commit

Permalink
more CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
armadi1809 committed Apr 22, 2024
1 parent a3498b7 commit d75b143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: 1.22

- name: Build it
run: go mod tidy && GOOS=linux GOARCH=amd64 go build -o moviesDiary ./*.go
run: go mod tidy && GOOS=linux GOARCH=amd64 go build -o moviesDiary .

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d75b143

Please sign in to comment.