Skip to content

Commit f91148f

Browse files
committed
ci: resolve binary generation
1 parent 3361f6c commit f91148f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)