Skip to content

Commit b265829

Browse files
authored
Update go.yml
1 parent a012f4d commit b265829

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/go.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ jobs:
2020
go-version: '1.22.4'
2121

2222
- name: Build
23-
run: go build -v ./...
23+
run: go build -o rh-api -v ./...
24+
25+
- name: debug
26+
run: ls -lah
2427

2528
- name: Upload artifact
2629
uses: actions/upload-artifact@v4
2730
with:
2831
name: rh api
29-
path: rh-api
32+
path: rh-api

0 commit comments

Comments
 (0)