test github action v13

This commit is contained in:
songyinyin
2023-10-25 11:14:44 +08:00
parent 8dd58035a6
commit 32780f34a4
+4 -2
View File
@@ -50,22 +50,24 @@ 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
cp target/neutrino-proxy-server ./../
- name: Archive zip (neutrino-proxy-server)
uses: thedoctor0/zip-release@master
with:
type: 'zip'
path: 'neutrino-proxy-server/target/neutrino-proxy-server'
path: 'neutrino-proxy-server'
filename: neutrino-proxy-server-${{ matrix.os }}.zip
- name: Build with Maven (neutrino-proxy-client)
run: |
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
cp target/neutrino-proxy-client ./../
- name: Archive zip (neutrino-proxy-client)
uses: thedoctor0/zip-release@master
with:
type: 'zip'
path: 'neutrino-proxy-client/target/neutrino-proxy-client'
path: 'neutrino-proxy-client'
filename: neutrino-proxy-client-${{ matrix.os }}.zip
# GitHub 上创建 release
- name: Release