Skip to content

Commit 63c17f1

Browse files
committed
Experiment
1 parent b6acf4d commit 63c17f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,13 @@ jobs:
8585
target/dylint/
8686
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
8787

88+
- name: find /home/runner/work/_temp/
89+
run: /home/runner/work/_temp/
90+
8891
- uses: actions/upload-artifact@v4
8992
with:
9093
name: cache.tzst
91-
path: _temp/*/cache.tzst
94+
path: /home/runner/work/_temp/*/cache.tzst
9295

9396
- name: Rustup
9497
run: rustup update

0 commit comments

Comments
 (0)