Skip to content

Commit d1c4f30

Browse files
authored
add metadata file to ci artifacts (#91)
1 parent f3476ea commit d1c4f30

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,11 @@ jobs:
156156
uses: actions/upload-artifact@v4
157157
with:
158158
name: guest-${{ matrix.guest }}
159-
path: output/guest-${{ matrix.guest }}.polkavm
159+
path: |
160+
output/guest-${{ matrix.guest }}.polkavm
161+
output/guest-${{ matrix.guest }}-metadata.bin
162+
output/guest-${{ matrix.guest }}-metadata.json
163+
if-no-files-found: warn
160164
retention-days: 1
161165

162166
# Collect all guest artifacts (optional - for when you need all guests together)

0 commit comments

Comments
 (0)