diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b64c56d8..8712885c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: } mkdir ${{ matrix.platform }}-portable - copy build/windows/runner/Release ${{ 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\${{ matrix.platform }}-x64-portable.zip - name: Copy to out unix