Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b09ae9 commit d9c6fc0Copy full SHA for d9c6fc0
.github/workflows/publish.yml
@@ -89,7 +89,7 @@ jobs:
89
echo "$NAME"
90
91
mkdir -p target/.jpreprocess_artifact/jpreprocess
92
- cp target/${{ matrix.target }}/release/{jpreprocess,dict_tools}{,.exe} target/.jpreprocess_artifact/jpreprocess
+ cp target/${{ matrix.target }}/release/{jpreprocess,dict_tools}${{ contains(matrix.target, 'windows') && '.exe' }} target/.jpreprocess_artifact/jpreprocess
93
94
tar czvf "$NAME" -C target/.jpreprocess_artifact jpreprocess
95
0 commit comments