Skip to content

Commit b674943

Browse files
authored
Update go.yml
Adapted the YAML file to actually save the resulting project artefacts....
1 parent 6b1e9ef commit b674943

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/go.yml

+7
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ jobs:
2323

2424
- name: Test
2525
run: go test -v ./...
26+
27+
- name: Upload artifacts
28+
uses: actions/upload-artifact@v2
29+
with:
30+
name: build-artifacts
31+
path: |
32+
**/*.exe

0 commit comments

Comments
 (0)