Skip to content

Commit 473e2bb

Browse files
authored
feat: upload build artifact
1 parent f5a52b6 commit 473e2bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/go.yml

+9
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ jobs:
4646
apx.tar.gz
4747
apx-man.tar.gz
4848
apx-config.tar.gz
49+
50+
- uses: actions/upload-artifact@v3
51+
with:
52+
name: my-artifact
53+
path: |
54+
apx.tar.gz
55+
apx-man.tar.gz
56+
apx-config.tar.gz
57+
4958
sonar:
5059
name: Sonar
5160
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)