Skip to content

Commit a692706

Browse files
committed
try new for cache
1 parent 969e048 commit a692706

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/update.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,7 @@ jobs:
6666
run: cargo build --release
6767

6868
- name: 运行每日更新
69-
run: |
70-
if [ "${{ steps.check-bin.outputs.exists_bin }}" = "true" ]; then
71-
just run-bin "${{ steps.check-bin.outputs.bin_path }}"
72-
else
73-
just run
74-
fi
69+
run: just run-bin "${{ steps.check-bin.outputs.bin_path }}"
7570

7671
- name: 提交更改
7772
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)