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 56
56
run : |
57
57
cd composeApp/build/compose/binaries/main-release/app
58
58
mkdir -p ../artifacts
59
- 7z a ../artifacts/${{ env.PROJECT_NAME }}-${{ steps.extract_tag.outputs.tag }}-${{ matrix.name }}.zip .
59
+ 7z a ../artifacts/${{ env.PROJECT_NAME }}-${{ steps.extract_tag.outputs.tag }}-${{ matrix.name }} .
60
60
cd -
61
61
62
62
- name : " Package | Desktop Application (-nix)"
65
65
run : |
66
66
cd composeApp/build/compose/binaries/main-release/app
67
67
mkdir -p ../artifacts
68
- tar czvf ../artifacts/${{ env.PROJECT_NAME }}-${{ steps.extract_tag.outputs.tag }}-${{ matrix.name }}.tar.gz .
68
+ tar czvf ../artifacts/${{ env.PROJECT_NAME }}-${{ steps.extract_tag.outputs.tag }}-${{ matrix.name }} .
69
69
cd -
70
70
71
71
- name : Post Setup | Upload artifacts
You can’t perform that action at this time.
0 commit comments