Skip to content

Commit aa05860

Browse files
committed
Remove redundant file extensions
1 parent c711de8 commit aa05860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
cd composeApp/build/compose/binaries/main-release/app
5858
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 }} .
6060
cd -
6161
6262
- name: "Package | Desktop Application (-nix)"
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
cd composeApp/build/compose/binaries/main-release/app
6767
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 }} .
6969
cd -
7070
7171
- name: Post Setup | Upload artifacts

0 commit comments

Comments
 (0)