Skip to content

Commit 2fb71b2

Browse files
committed
update
1 parent aefd6da commit 2fb71b2

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
@@ -118,7 +118,7 @@ jobs:
118118
all-deps.zip.sha256sum
119119
- name: upload artifacts to cloud object storage
120120
# if: (startsWith(github.ref, 'refs/tags/v')) && (github.repository == 'swoole/swoole-cli')
121-
if: ${{ (github.repository == 'jingjingxyk/swoole-cli') && (startsWith(github.ref, 'refs/tags/v')) }}
121+
if: ${{ (github.repository == 'jingjingxyk/swoole-cli') && (startsWith(github.ref, 'refs/tags/')) }}
122122
# if: "0"
123123
env:
124124
SECRET_ID: ${{ secrets.QCLOUD_OSS_SECRET_ID }}

0 commit comments

Comments
 (0)