change windows-portable name to HiddifyNext-portable
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -161,9 +161,9 @@ jobs:
|
|||||||
Get-ChildItem -Recurse -File -Filter "*.$EXT"
|
Get-ChildItem -Recurse -File -Filter "*.$EXT"
|
||||||
}
|
}
|
||||||
|
|
||||||
mkdir ${{ matrix.platform }}-portable
|
mkdir HiddifyNext-portable
|
||||||
xcopy /s /v D:\a\hiddify-next\hiddify-next\build\windows\runner\Release\ .\${{ matrix.platform }}-portable\
|
xcopy /s /v D:\a\hiddify-next\hiddify-next\build\windows\runner\Release\ .\HiddifyNext-portable\
|
||||||
Compress-Archive ${{ matrix.platform }}-portable out\hiddify-${{ matrix.platform }}-x64-portable.zip
|
Compress-Archive HiddifyNext-portable out\hiddify-${{ matrix.platform }}-x64-portable.zip
|
||||||
- name: Copy to out Android
|
- name: Copy to out Android
|
||||||
if: matrix.platform == 'android'
|
if: matrix.platform == 'android'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user