Skip to content

Commit 0991a63

Browse files
committed
fix cache pool tarball php runtime error
1 parent a10239a commit 0991a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-cache-pool-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/cache@v4
4545
id: php-runtime-cache
4646
with:
47-
path: ${{ github.workspace }}/bin/runtime
47+
path: ${{ github.workspace }}/runtime
4848
key: ${{ runner.os }}-x86_64-php-runtime
4949

5050
- name: Cache PHP Vendor

0 commit comments

Comments
 (0)