diff options
author | Christian Breunig <christian@breunig.cc> | 2025-01-04 12:25:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-04 12:25:22 +0100 |
commit | 9dae22e875bc77e44633027d06afdb95eb97d66b (patch) | |
tree | d461019bd5e60938d3d96fb3271b2385598f9341 | |
parent | 2d344119ebe9c88c9b978361373440e92a5242b6 (diff) | |
parent | 9a046d9c2276f33f134c530325206ac241c00b88 (diff) | |
download | vyos-1x-9dae22e875bc77e44633027d06afdb95eb97d66b.tar.gz vyos-1x-9dae22e875bc77e44633027d06afdb95eb97d66b.zip |
Merge pull request #4275 from c-po/manifest-json
GitHub: T7007: add build/manifest.json to build artifacts
-rw-r--r-- | .github/workflows/package-smoketest.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index d352bd3cb..ae34ea2f0 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -64,7 +64,9 @@ jobs: - uses: actions/upload-artifact@v4 with: name: vyos-${{ steps.version.outputs.build_version }} - path: build/live-image-amd64.hybrid.iso + path: | + build/live-image-amd64.hybrid.iso + build/manifest.json test_smoketest_cli: needs: build_iso |