mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
pack and build all
This commit is contained in:
parent
3671a6e13c
commit
3cc22ca764
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user