From 3cc22ca76425484fd42dfa675eb9a6e7757d20ce Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Mon, 25 Sep 2023 16:12:52 -0400 Subject: [PATCH] pack and build all --- .github/workflows/build.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc3075f..1dc62b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,15 +47,10 @@ jobs: working-directory: scripts run: .\build.ps1 -Compile -verbose - - name: Pack the built files with Windows Terminal + - name: Pack the built files shell: pwsh working-directory: scripts - run: .\pack.ps1 -verbose -emulator windows-terminal - - - name: Pack the built files with ConEmu - shell: pwsh - working-directory: scripts - run: .\pack.ps1 -verbose -emulator conemu + run: .\pack.ps1 -verbose -emulator all - name: Upload artifact (cmder_wt.zip) uses: actions/upload-artifact@v3