Skip to content

Commit 4f5558e

Browse files
committed
Add artifact uploading
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 752f23b commit 4f5558e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ jobs:
1414
uses: actions/setup-go@v3
1515
- name: Build
1616
run: "./scripts/build.sh"
17+
- uses: actions/upload-artifact@v3
18+
with:
19+
name: bin
20+
path: ./dist/bin

0 commit comments

Comments
 (0)