We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a96ef commit 0ceac81Copy full SHA for 0ceac81
clients/cli/.github/workflows/release.yml
@@ -76,10 +76,10 @@ jobs:
76
with:
77
files: |
78
dist/phrase_macosx_*.zip
79
- dist/*.tar.gz
+ dist/phrase_macosx_*.tar.gz
80
+ dist/phrase_linux_*.tar.gz
81
dist/phrase_windows_*.exe.zip
82
dist/phrase_windows_*.exe
- fail_on_unmatched_files: true
83
overwrite: true
84
name: ${{ github.ref_name }}
85
tag_name: ${{ github.ref_name }}
0 commit comments