From fa63ec71a5e3d99b47e1a3afb2ef7ae7761485f1 Mon Sep 17 00:00:00 2001 From: songyinyin Date: Thu, 26 Oct 2023 23:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E7=94=9F=E9=95=9C=E5=83=8F=E8=B5=8B?= =?UTF-8?q?=E4=BA=88=E6=89=A7=E8=A1=8C=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linux_mac_native.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux_mac_native.yml b/.github/workflows/linux_mac_native.yml index 87d2ee79..9c5346d5 100644 --- a/.github/workflows/linux_mac_native.yml +++ b/.github/workflows/linux_mac_native.yml @@ -49,6 +49,7 @@ jobs: mvn clean install -pl neutrino-proxy-core -am -DskipTests --no-transfer-progress cd neutrino-proxy-server mvn clean native:compile -P native --file pom.xml --no-transfer-progress + chmod +x target/neutrino-proxy-server cp target/neutrino-proxy-server ./../neutrino-proxy-server-${{ github.ref_name }} - name: Archive zip (neutrino-proxy-server) uses: thedoctor0/zip-release@master @@ -61,6 +62,7 @@ jobs: cd neutrino-proxy-client mvn clean package --file pom.xml --no-transfer-progress mvn clean native:compile -P native --file pom.xml --no-transfer-progress + chmod +x target/neutrino-proxy-client cp target/neutrino-proxy-client ./../neutrino-proxy-client-${{ github.ref_name }} - name: Archive zip (neutrino-proxy-client) uses: thedoctor0/zip-release@master