Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd4f4a056d |
@@ -39,20 +39,18 @@ jobs:
|
|||||||
mvn clean install -pl neutrino-proxy-core -am -DskipTests --no-transfer-progress package
|
mvn clean install -pl neutrino-proxy-core -am -DskipTests --no-transfer-progress package
|
||||||
cd neutrino-proxy-server
|
cd neutrino-proxy-server
|
||||||
mvn clean package --file pom.xml --no-transfer-progress package
|
mvn clean package --file pom.xml --no-transfer-progress package
|
||||||
cp target/neutrino-proxy-server.jar .
|
|
||||||
- name: Build with Maven (neutrino-proxy-client)
|
- name: Build with Maven (neutrino-proxy-client)
|
||||||
run: |
|
run: |
|
||||||
cd neutrino-proxy-client
|
cd neutrino-proxy-client
|
||||||
mvn clean package --file pom.xml --no-transfer-progress package
|
mvn clean package --file pom.xml --no-transfer-progress package
|
||||||
cp target/neutrino-proxy-client.jar .
|
|
||||||
# 上传构建产物
|
# 上传构建产物
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/[email protected]
|
uses: actions/[email protected]
|
||||||
with:
|
with:
|
||||||
name: neutrino-proxy-server-and-client
|
name: neutrino-proxy-server-and-client
|
||||||
path: |
|
path: |
|
||||||
neutrino-proxy-server.jar
|
neutrino-proxy-server/target/neutrino-proxy-server.jar
|
||||||
neutrino-proxy-client.jar
|
neutrino-proxy-client/target/neutrino-proxy-client.jar
|
||||||
# GitHub 上创建 release
|
# GitHub 上创建 release
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user