Skip to content

Commit

Permalink
compile it one level down
Browse files Browse the repository at this point in the history
  • Loading branch information
BanglanfengPan committed Oct 21, 2024
1 parent 579bb31 commit cd31af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-wattpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
GOOS=${{ matrix.go_os }} \
GOARCH=${{ matrix.go_arch }} \
go build \
-o task_${{ matrix.go_os }}_${{ matrix.go_arch }} \
-o task_${{ matrix.go_os }}_${{ matrix.go_arch }}/task \
./cmd/task
# Compress the go-task binary
Expand Down

0 comments on commit cd31af6

Please sign in to comment.