Updated windows portable GH Action
This commit is contained in:
parent
b10b8dfade
commit
88d54e498b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows.yaml
vendored
4
.github/workflows/windows.yaml
vendored
|
@ -110,8 +110,8 @@ jobs:
|
|||
# name: Syng Version ${{ env.VERSION }} portable
|
||||
# path: work/portable/dist/syng-${{ env.VERSION }}.exe
|
||||
|
||||
- name: Upload artifact (install)
|
||||
- name: Upload artifact (portable)
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Syng Version ${{ env.VERSION }}
|
||||
path: work/install/portable/syng-${{ env.VERSION }}.exe
|
||||
path: work/install/portable/dist/syng-${{ env.VERSION }}.exe
|
||||
|
|
Loading…
Add table
Reference in a new issue