From 485453bc7d0cca2211770325ee6e4af6dbe69f60 Mon Sep 17 00:00:00 2001 From: SocksOnHead Date: Sun, 20 Jul 2025 18:58:25 +0200 Subject: [PATCH] fix: formatting mistake --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cd3982..f3f6510 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,13 +97,9 @@ jobs: draft: false prerelease: false - - name: Zip the build for GitHub Release + - name: Zip the build for github release if: ${{ github.event.inputs.create_release != 'false' }} - run: | - Compress-Archive \ - -Path './output/*' \ - -DestinationPath "./output/HomeScreen_Build_${{ steps.semver.outputs.next }}.zip" \ - -CompressionLevel Optimal -Force + run: Compress-Archive -Path './output/*' -DestinationPath './output/HomeScreen_Build_${{ steps.semver.outputs.next }}.zip' -CompressionLevel Optimal -Force - name: Upload Release Asset if: ${{ github.event.inputs.create_release != 'false' }}