Skip to content

Commit 117dad9

Browse files
committed
Fix check release assets step
1 parent 4ecea86 commit 117dad9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ jobs:
374374
- name: Download Zephir Parser build artifacts
375375
id: download
376376
uses: actions/download-artifact@v2
377+
378+
- name: Check for Release Assets
377379
run: |
378380
ls -lah | grep "\.zip"
379381

0 commit comments

Comments
 (0)