Skip to content

Commit

Permalink
Merge pull request #4275 from c-po/manifest-json
Browse files Browse the repository at this point in the history
GitHub: T7007: add build/manifest.json to build artifacts
  • Loading branch information
c-po authored Jan 4, 2025
2 parents 2d34411 + 9a046d9 commit 9dae22e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package-smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dae22e

Please sign in to comment.