Skip to content

Commit e8f9d08

Browse files
committed
fix(CLI): Fix releasing binary files
1 parent 67a96ef commit e8f9d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/cli/.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
with:
7777
files: |
7878
dist/phrase_macosx_*.zip
79-
dist/*.tar.gz
79+
dist/phrase_macosx_*.tar.gz
80+
dist/phrase_linux_*.tar.gz
8081
dist/phrase_windows_*.exe.zip
8182
dist/phrase_windows_*.exe
82-
fail_on_unmatched_files: true
8383
overwrite: true
8484
name: ${{ github.ref_name }}
8585
tag_name: ${{ github.ref_name }}

0 commit comments

Comments
 (0)