mirror of
https://github.com/cmderdev/cmder.git
synced 2025-04-05 09:12:32 +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
|
working-directory: scripts
|
||||||
run: .\build.ps1 -Compile -verbose
|
run: .\build.ps1 -Compile -verbose
|
||||||
|
|
||||||
- name: Pack the built files with Windows Terminal
|
- name: Pack the built files
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
working-directory: scripts
|
working-directory: scripts
|
||||||
run: .\pack.ps1 -verbose -emulator windows-terminal
|
run: .\pack.ps1 -verbose -emulator all
|
||||||
|
|
||||||
- name: Pack the built files with ConEmu
|
|
||||||
shell: pwsh
|
|
||||||
working-directory: scripts
|
|
||||||
run: .\pack.ps1 -verbose -emulator conemu
|
|
||||||
|
|
||||||
- name: Upload artifact (cmder_wt.zip)
|
- name: Upload artifact (cmder_wt.zip)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user