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