File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,14 +144,14 @@ jobs:
144
144
145
145
- name : Compress binaries
146
146
if : matrix.platform.os_name != 'macOS-x86_64'
147
- run : cd target/ ${{ matrix.platform.target }}/release && tar -czvf ${{ matrix.platform.target }}-paperclip_cli.tar.gz paperclip_cli
147
+ run : tar -czvf ${{ matrix.platform.target }}-paperclip_cli. tar.gz -C target/ ${{ matrix.platform.target }}/release paperclip_cli
148
148
149
149
- name : Upload binaries to release
150
150
if : matrix.platform.target != 'x86_64-apple-darwin'
151
151
uses : svenstaro/upload-release-action@v2
152
152
with :
153
153
repo_token : ${{ secrets.GITHUB_TOKEN }}
154
- file : target/${{ matrix.platform.target }}/release/ ${{ matrix.platform.target }}-paperclip_cli.tar.gz
154
+ file : ${{ matrix.platform.target }}-paperclip_cli.tar.gz
155
155
asset_name : ${{ matrix.asset_name }}
156
156
tag : ${{ github.ref }}
157
157
publish :
You can’t perform that action at this time.
0 commit comments