diff --git a/.github/workflows/cosmwasm-ci.yml b/.github/workflows/cosmwasm-ci.yml index 75aeaa7..d770565 100644 --- a/.github/workflows/cosmwasm-ci.yml +++ b/.github/workflows/cosmwasm-ci.yml @@ -73,4 +73,10 @@ jobs: - name: Scan run: | cargo audit - cargo sbom --output-format cyclone_dx_json_1_4 > target/cdx-sbom.json \ No newline at end of file + cargo sbom --output-format cyclone_dx_json_1_4 > target/cdx-sbom.json + + - name: Assemble + uses: montudor/action-zip@v1 + with: + args: zip -qq -r artifacts.zip target/lcov.info target/sonar-issues.json target/cdx-sbom.json target/wasm32-unknown-unknown/release/cw_escrow.wasm + \ No newline at end of file