mirror of
https://github.com/YuWanTingbb/unofficial-gpt4.git
synced 2025-10-18 16:13:53 +00:00
更新 maven-publish.yml
This commit is contained in:
7
.github/workflows/maven-publish.yml
vendored
7
.github/workflows/maven-publish.yml
vendored
@@ -28,8 +28,11 @@ jobs:
|
|||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
|
||||||
- name: 使用 Maven 构建原生镜像
|
- name: Set execute permissions for mvnw
|
||||||
run: mvn -Pnative -DskipTests package
|
run: chmod +x ./mvnw
|
||||||
|
|
||||||
|
- name: Build native image with Maven
|
||||||
|
run: ./mvnw native:compile -Pnative
|
||||||
|
|
||||||
- name: 将原生可执行文件重命名并移动到 target 目录
|
- name: 将原生可执行文件重命名并移动到 target 目录
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user