Skip to content

Commit 233f870

Browse files
authored
fix: Round 3 updating example upload yaml (#58)
This should be the final fix for this example upload yaml.
1 parent 78ab602 commit 233f870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_example_stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
path: ${{ env.STORE_PATH }}
9292
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
9393
restore-keys: |
94-
${{ runner.os }}-${{ env.cache-name }}-
94+
${{ runner.os }}-${{ env.cache-name }}-
9595
9696
- name: Install dependencies
9797
run: pnpm install

0 commit comments

Comments
 (0)