Skip to content

Commit 242f674

Browse files
authored
Update go.yml
1 parent b265829 commit 242f674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
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 -o rh-api -v ./...
23+
run: go build -o rh-api-linux -v .
2424

2525
- name: debug
2626
run: ls -lah
@@ -29,4 +29,4 @@ jobs:
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: rh api
32-
path: rh-api
32+
path: rh-api-linux

0 commit comments

Comments
 (0)