Skip to content

Commit b41c61e

Browse files
committed
upload releases/2
1 parent b42ac9e commit b41c61e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,10 @@ jobs:
107107
steps:
108108
- name: Download artifacts
109109
uses: actions/download-artifact@v2
110-
- name: Inspect directory after downloading artifacts
111-
run: ls -alFR
110+
- name: Create zip
111+
run: |
112+
ls -alFR
113+
zip -r instead-cli.zip instead-cli/
112114
- name: Create release and upload artifacts
113115
env:
114116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)