File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,15 +108,15 @@ jobs:
108108 if : matrix.archive == 'tar.gz'
109109 run : |
110110 cd target/${{ matrix.target }}/release
111- tar czf ../../../gitkit-${{ needs.create-tag.outputs.tag }}-${{ matrix.target }}.tar.gz gitkit
111+ tar - czf ../../../gitkit-${{ needs.create-tag.outputs.tag }}-${{ matrix.target }}.tar.gz gitkit
112112 cd ../../..
113113
114114 - name : Package (windows)
115115 if : matrix.archive == 'zip'
116116 shell : pwsh
117117 run : |
118118 cd target/${{ matrix.target }}/release
119- Compress-Archive -Path gitkit.exe -DestinationPath ../../../gitkit-${{ needs.create-tag.outputs.tag }}-${{ matrix.target }}.zip
119+ Compress-Archive -Path gitkit.exe -DestinationPath " ../../../gitkit-${{ needs.create-tag.outputs.tag }}-${{ matrix.target }}.zip"
120120 cd ../../..
121121
122122 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments