Skip to content

Commit

Permalink
Add artifacts (#13)
Browse files Browse the repository at this point in the history
Authored_by: @simonsso
  • Loading branch information
simonsso committed Feb 3, 2023
1 parent 4dae8d3 commit 2a22d8b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
wasm-opt --version
cargo -vV
cargo contract --version
date >toolversions
wasm-opt --version >>toolversions
cargo -vV >>toolversions
cargo contract --version >>toolversions
- name: Build and Test simple-timed-lock
run: |
cargo +nightly contract build --verbose --manifest-path ./simple-timed-lock/Cargo.toml
Expand All @@ -57,3 +61,10 @@ jobs:
run: |
pwd
./scripts/checkevents.sh
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: contracts
path: |
target/ink/**/*.contract
toolversions

0 comments on commit 2a22d8b

Please sign in to comment.