We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e5071 commit d0c87e2Copy full SHA for d0c87e2
1 file changed
.github/workflows/release.yml
@@ -24,9 +24,9 @@ jobs:
24
- run: npm run build-binaries
25
- name: Zip binaries
26
run: |
27
- zip zip --junk-paths linux cli-linux
28
- zip zip --junk-paths macosx cli-macos
29
- zip zip --junk-paths win cli-win.exe
+ zip --junk-paths linux cli-linux
+ zip --junk-paths macosx cli-macos
+ zip --junk-paths win cli-win.exe
30
- name: Create Release
31
id: create_release
32
uses: actions/create-release@v1
0 commit comments