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