File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ jobs:
72
72
# Compress Artifact
73
73
- name : Compress (TGZ)
74
74
if : ${{ startsWith(matrix.target, 'linux-') }}
75
- run : tar -zcvf ${{ steps.pubdir.outputs.output }}/unifi-cli_${{ matrix.target }}.tgz ${{ steps.pubdir.outputs.output }}/ unifi-cli
75
+ run : tar -zcvf ${{ steps.pubdir.outputs.output }}/unifi-cli_${{ matrix.target }}.tgz -C ${{ steps.pubdir.outputs.output }} unifi-cli
76
76
77
77
- name : Compress (ZIP)
78
78
if : ${{ startsWith(matrix.target, 'win-') }}
79
- run : zip ${{ steps.pubdir.outputs.output }}/unifi-cli_${{ matrix.target }}.zip ${{ steps.pubdir.outputs.output }}/unifi-cli.exe
79
+ run : zip -Dj ${{ steps.pubdir.outputs.output }}/unifi-cli_${{ matrix.target }}.zip ${{ steps.pubdir.outputs.output }}/unifi-cli.exe
80
80
81
81
# Upload Artifact
82
82
- name : Upload Artifact (ZIP)
You can’t perform that action at this time.
0 commit comments