Skip to content

Commit

Permalink
change build path
Browse files Browse the repository at this point in the history
  • Loading branch information
sd031 committed Jun 1, 2024
1 parent 79573e1 commit b60818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
go-version: '^1.21'
- name: Build
run: cd ../../Day-11/go-rest-api && go build -o myapp
run: cd ./Day-11/go-rest-api && go build -o myapp
# - name: Test
# run: go test -v ./...

0 comments on commit b60818c

Please sign in to comment.