ci: 更新构建测试工作流
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Failing after 1m50s
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Failing after 1m50s
- 添加了安装 AlistUtil 依赖的步骤
This commit is contained in:
parent
f16ed3e6fd
commit
a0961f59bf
@ -17,11 +17,8 @@ jobs:
|
|||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: maven
|
cache: maven
|
||||||
# - name: Set up Maven
|
|
||||||
# uses: https://git.alina-dace.info/actions/setup-maven@v5
|
|
||||||
# with:
|
|
||||||
# maven-version: 3.8.2
|
|
||||||
- run: chmod +x ./mvnw
|
- run: chmod +x ./mvnw
|
||||||
|
- run: ./mvnw install:install-file -Dfile=./lib/AlistUtil-1.0.0-spring.jar -Dpackaging=jar -DgroupId=io.github.1530624156 -DartifactId=AlistUtil -Dversion=1.0.0-spring
|
||||||
- name: build
|
- name: build
|
||||||
run: ./mvnw clean package -DskipTests=true -P prod
|
run: ./mvnw clean package -DskipTests=true -P prod
|
||||||
- run: docker build sakura-miki:latest
|
- run: docker build sakura-miki:latest
|
||||||
|
BIN
lib/AlistUtil-1.0.0-spring.jar
Normal file
BIN
lib/AlistUtil-1.0.0-spring.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user