Skip to content

Commit a012f4d

Browse files
committed
Revert "feat: set build output file"
This reverts commit e8a5b76.
1 parent e8a5b76 commit a012f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: '1.22.4'
2121

2222
- name: Build
23-
run: go build -v ./... -o rh-api
23+
run: go build -v ./...
2424

2525
- name: Upload artifact
2626
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)