We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c171c3e commit eeb718dCopy full SHA for eeb718d
.github/workflows/ci-near-contract.yml
@@ -5,12 +5,14 @@ on:
5
paths:
6
- target_chains/near/**
7
- wormhole_attester/sdk/rust/**
8
+ - .github/workflows/ci-near-contract.yml
9
push:
10
branches:
11
- main
12
13
14
15
16
17
env:
18
CARGO_TERM_COLOR: always
@@ -37,3 +39,9 @@ jobs:
37
39
- run: sudo apt-get install -y libudev-dev
38
40
- run: cargo +stable install --locked cargo-near@0.13.3
41
- run: cargo near build reproducible-wasm
42
+ - name: Upload artifact
43
+ uses: actions/upload-pages-artifact@v3
44
+ with:
45
+ name: pyth_near.wasm
46
+ path: target/near/pyth_near.wasm
47
+ retention-days: 365
0 commit comments