Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-01 18:21:29 +08:00
parent db8dd85b63
commit 904d210ba2

View File

@@ -57,7 +57,6 @@ jobs:
mv dist/**/*.exe PiliPlus-Win-Setup/PiliPlus_windows_${{env.version}}_x64_setup.exe
- name: Compress
if: ${{ github.event.inputs.tag != '' }}
run: |
Compress-Archive -Path "Release/PiliPlus-Win" -DestinationPath "PiliPlus_windows_${{env.version}}_x64_portable.zip"
shell: pwsh
@@ -75,9 +74,9 @@ jobs:
- name: Upload windows file release
uses: actions/upload-artifact@v7
with:
archive: true
name: PiliPlus_windows_${{env.version}}_x64_portable
path: Release
archive: false
name: Windows-file-x64-release
path: PiliPlus_windows_*.zip
- name: Upload windows setup release
uses: actions/upload-artifact@v7