Skip to content

Commit 3eb3162

Browse files
authored
Update go.yml
1 parent 9530a4f commit 3eb3162

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/go.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- os: openbsd
2727
arch: amd64
2828

29+
name: ${{ matrix.os }}-${{ matrix.arch }}
2930
runs-on: ubuntu-latest
31+
3032
steps:
3133
- uses: actions/checkout@v4
3234

@@ -41,8 +43,9 @@ jobs:
4143
GOOS: ${{ matrix.os }}
4244
GOARCH: ${{ matrix.arch }}
4345
CGO_ENABLED: 0
44-
- name: dbg
45-
run: |
46-
find . -type f -name 'qtv-go'
47-
file qtv-go
48-
du -sh qtv-go
46+
47+
- uses: actions/upload-artifact@v4
48+
with:
49+
name: "qtv-${{ matrix.os }}-${{ matrix.arch }}"
50+
path: |
51+
qtv-go*

0 commit comments

Comments
 (0)