提交 39969e84 作者: 余乾开

feat(Action):补充Action

上级 687d778c
...@@ -51,9 +51,9 @@ jobs: ...@@ -51,9 +51,9 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- uses: actions/checkout@v3 #- uses: actions/checkout@v3
- name: Set up JDK 8 - name: Set up JDK 8
uses: actions/setup-java@v3 uses: actions/setup-java@v1
with: with:
java-version: ${{env.JAVA_VERSION}} java-version: ${{env.JAVA_VERSION}}
#distribution: 'temurin' #distribution: 'temurin'
...@@ -61,7 +61,10 @@ jobs: ...@@ -61,7 +61,10 @@ jobs:
#settings-path: ${{ github.workspace }} # location for the settings.xml file #settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Maven - name: Build with Maven
run: mvn clean install run: |
mvn clean install
ll
cd ..
#path: '${{ github.workspace }}/target/*.jar' #path: '${{ github.workspace }}/target/*.jar'
# 2.1 (Optional) Login to ACR EE # 2.1 (Optional) Login to ACR EE
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论