change windows-portable name to HiddifyNext-portable

This commit is contained in:
Hiddify
2023-08-24 13:16:31 +00:00
parent 4563fc5584
commit 3e62b74516

View File

@@ -161,9 +161,9 @@ jobs:
Get-ChildItem -Recurse -File -Filter "*.$EXT"
}
mkdir ${{ matrix.platform }}-portable
xcopy /s /v D:\a\hiddify-next\hiddify-next\build\windows\runner\Release\ .\${{ matrix.platform }}-portable\
Compress-Archive ${{ matrix.platform }}-portable out\hiddify-${{ matrix.platform }}-x64-portable.zip
mkdir HiddifyNext-portable
xcopy /s /v D:\a\hiddify-next\hiddify-next\build\windows\runner\Release\ .\HiddifyNext-portable\
Compress-Archive HiddifyNext-portable out\hiddify-${{ matrix.platform }}-x64-portable.zip
- name: Copy to out Android
if: matrix.platform == 'android'
run: |