mirror of
https://github.com/cmderdev/cmder.git
synced 2025-03-15 07:04:39 +08:00
update build workflow to upload cmder_win.zip
This commit is contained in:
parent
5814792bd6
commit
c5946422e7
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -52,6 +52,13 @@ jobs:
|
|||||||
working-directory: scripts
|
working-directory: scripts
|
||||||
run: .\pack.ps1 -verbose -terminal all
|
run: .\pack.ps1 -verbose -terminal all
|
||||||
|
|
||||||
|
- name: Upload artifact (cmder_win.zip)
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
path: build/cmder_win.zip
|
||||||
|
name: cmder_win.zip
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload artifact (cmder_wt.zip)
|
- name: Upload artifact (cmder_wt.zip)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user