Skip to content

Commit

Permalink
update build workflow to upload cmder_win.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
daxgames committed May 30, 2024
1 parent 5814792 commit c594642
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
working-directory: scripts
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)
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c594642

Please sign in to comment.