From 0fd7d2ce756e88428b35b5b1440990967c610c52 Mon Sep 17 00:00:00 2001 From: Subs Date: Thu, 12 Dec 2024 22:15:05 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdfd4739..aae55b50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,6 +69,7 @@ jobs: with: name: ${{matrix.platform.name}}-${{matrix.config.name}}-${{matrix.os}} path: attractplus-*.7z + compression-level: 0 PackageAMx86: if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') @@ -123,8 +124,9 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - path: ./ + path: "./attractplus_${{ steps.vars.outputs.deb_version }}_${{ matrix.os }}_amd64.deb" name: "attractplus_${{ steps.vars.outputs.deb_version }}_${{ matrix.os }}_amd64.deb" + compression-level: 0 buildMacOS: name: MacOS build @@ -167,6 +169,7 @@ jobs: with: name: MacOS path: attractplus-*.7z + compression-level: 0 buildAMarm: name: ${{ matrix.platform.name }} ${{ matrix.config.name }} on ${{ matrix.os }} @@ -221,6 +224,7 @@ jobs: with: name: ${{matrix.platform.name}}-${{matrix.os}} path: attractplus-*.7z + compression-level: 0 PackageAMarm: #if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') @@ -277,6 +281,7 @@ jobs: with: path: "./attractplus_${{ steps.vars.outputs.deb_version }}_${{ matrix.os }}_${{ matrix.platform.arch }}.deb" name: "attractplus_${{ steps.vars.outputs.deb_version }}_${{ matrix.os }}_${{ matrix.platform.arch }}.deb" + compression-level: 0 buildAMWindows: name: Windows MXE build @@ -356,6 +361,7 @@ jobs: with: name: Windows path: attractplus-*.7z + compression-level: 0 Release: if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')