From d7630b258a4db2300544b3dce08da4ca03cd8374 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 3 Aug 2024 10:15:57 +0200 Subject: [PATCH] Refactor build workflows to improve artifact naming and paths --- .github/workflows/windows-alpha-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows-alpha-build.yml b/.github/workflows/windows-alpha-build.yml index 1d768621c..0de6e518d 100644 --- a/.github/workflows/windows-alpha-build.yml +++ b/.github/workflows/windows-alpha-build.yml @@ -160,7 +160,6 @@ jobs: set -x export SURFER_PLATFORM="win32" pnpm package - mv ./dist/output.mar windows.mar mv ./dist/zen-$(pnpm surfer get version | xargs).en-US.win64.zip zen.win64.zip ls ./dist ls . @@ -175,7 +174,7 @@ jobs: if: ${{ !inputs.generate-gpo }} run: | mv ./zen.win64.zip zen.win-${{ matrix.generic == true && 'generic' || 'specific' }}.zip - mv ./windows.mar windows${{ matrix.generic == true && '-generic' || '' }}.mar + mv ./dist/output.mar windows${{ matrix.generic == true && '-generic' || '' }}.mar mv ./dist/zen.installer.exe ./dist/zen.installer${{ matrix.generic == true && '-generic' || '' }}.exe - name: Upload artifact