Skip to content

Commit 6843c6c

Browse files
version 0.3.18 snapshot
1 parent ab4529d commit 6843c6c

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,12 @@ jobs:
8585
path: ./target/deploy/*.so
8686
if-no-files-found: error
8787

88-
- name: Save Program Builds For Client Jobs
88+
- name: Save Client Artifacts
8989
uses: actions/cache/save@v4
9090
with:
91-
path: ./**/*.so
91+
path: |
92+
./**/*.so
93+
./target/deploy/*.json
9294
key: ${{ runner.os }}-builds-${{ github.sha }}
9395

9496
test_programs:
@@ -165,10 +167,12 @@ jobs:
165167
with:
166168
solana: true
167169

168-
- name: Restore Program Builds
170+
- name: Restore Client Artifacts
169171
uses: actions/cache/restore@v4
170172
with:
171-
path: ./**/*.so
173+
path: |
174+
./**/*.so
175+
./target/deploy/*.json
172176
key: ${{ runner.os }}-builds-${{ github.sha }}
173177

174178
- name: Test Client JS

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)