Skip to content

Commit

Permalink
aseemble release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jglynn committed Nov 3, 2023
1 parent bf625d3 commit a5e9de9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cosmwasm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,10 @@ jobs:
- name: Scan
run: |
cargo audit
cargo sbom --output-format cyclone_dx_json_1_4 > target/cdx-sbom.json
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

0 comments on commit a5e9de9

Please sign in to comment.