Skip to content

Commit 01311f7

Browse files
ci(github): fix zip.yml
``` zip error: Nothing to do! (try: zip -r archive.zip . -i .) ```
1 parent d3c15fd commit 01311f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/zip.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010

1111
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@v6
14+
1215
- name: zip
1316
shell: bash
1417
run: |

0 commit comments

Comments
 (0)