Skip to content

Commit d0c87e2

Browse files
authored
More release work (#5)
* duplicated command
1 parent b3e5071 commit d0c87e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- run: npm run build-binaries
2525
- name: Zip binaries
2626
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
27+
zip --junk-paths linux cli-linux
28+
zip --junk-paths macosx cli-macos
29+
zip --junk-paths win cli-win.exe
3030
- name: Create Release
3131
id: create_release
3232
uses: actions/create-release@v1

0 commit comments

Comments
 (0)