From 923f15e69cec51ab9ed7096f63bced254ca5ea04 Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Sun, 23 Apr 2023 15:30:43 +0900 Subject: [PATCH] fix ci --- .github/workflows/build-qv2ray-cmake.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-qv2ray-cmake.yml b/.github/workflows/build-qv2ray-cmake.yml index 8253873..18455c8 100644 --- a/.github/workflows/build-qv2ray-cmake.yml +++ b/.github/workflows/build-qv2ray-cmake.yml @@ -168,10 +168,6 @@ jobs: cp -r public_res/* windows64 rm -rf public_res *.pdb #### - sudo bash ../libs/package_debian.sh ${{ github.event.inputs.tag }} - mv nekoray.deb $version_standalone-debian-x64.deb - sudo rm -rf nekoray - #### mv linux64 nekoray zip -r $version_standalone-linux64.zip nekoray rm -rf nekoray @@ -179,6 +175,15 @@ jobs: mv windows64 nekoray zip -r $version_standalone-windows64.zip nekoray rm -rf nekoray + - name: Pack debian + if: github.event.inputs.publish != 'y' + run: | + source libs/deploy_common.sh + cd deployment + #### + sudo bash ../libs/package_debian.sh ${{ github.event.inputs.tag }} + mv nekoray.deb $version_standalone-debian-x64.deb + sudo rm -rf nekoray - name: Uploading Artifact uses: actions/upload-artifact@master with: