Skip to content

Commit 8926c3e

Browse files
committed
fetch artifats
Signed-off-by: Martin Buchleitner <[email protected]>
1 parent 0559e3d commit 8926c3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/default.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
- name: Build
7070
run: make all
7171

72+
- uses: actions/upload-artifact@v4
73+
with:
74+
name: wattpilot_tools
75+
path: |
76+
shell/shell
77+
prometheus/wattpilot_exporter
7278
release:
7379
name: Release
7480
needs: [ precommit, build ]

0 commit comments

Comments
 (0)