We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3476ea commit d1c4f30Copy full SHA for d1c4f30
1 file changed
.github/workflows/build.yml
@@ -156,7 +156,11 @@ jobs:
156
uses: actions/upload-artifact@v4
157
with:
158
name: guest-${{ matrix.guest }}
159
- path: output/guest-${{ matrix.guest }}.polkavm
+ 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
164
retention-days: 1
165
166
# Collect all guest artifacts (optional - for when you need all guests together)
0 commit comments