Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
actions: test new APKEditor method
Browse files Browse the repository at this point in the history
In latest test branch, I changed the tool to APKEditor for compiling&recompiling  the services.jar. 
Hope this test will make the actions build more stable.
  • Loading branch information
toraidl authored Apr 23, 2024
1 parent 34da7e4 commit c273238
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: 3. 检出仓库文件 | CHECKOUT REPOSITORY
uses: actions/checkout@main
with:
ref: dev
ref: test
fetch-depth: 1
- name: 4. 准备环境 | PREPARE ENVIRONMENT
run: |
Expand Down Expand Up @@ -97,4 +97,4 @@ jobs:
tag: ${{ env.OS_VERSION }}
bodyFile: "${{ github.workspace }}/file.log"
allowUpdates: true
artifactErrorsFailBuild: true
artifactErrorsFailBuild: true

0 comments on commit c273238

Please sign in to comment.