Skip to content

Commit

Permalink
Update and rename build_twrp.yml to build_shrp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseos authored Jul 1, 2024
1 parent 739db3c commit 4bf7ffd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- main # 実行するブランチを指定

env:
MANIFEST_URL: 'https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni'
MANIFEST_BRANCH: 'twrp-9.0'
MANIFEST_URL: 'https://github.com/SHRP/manifest'
MANIFEST_BRANCH: 'v3_9.0'
DEVICE_TREE_URL: 'https://github.com/mouseos/android_device_sts-tottori_a05bd'
DEVICE_TREE_BRANCH: 'main'
DEVICE_PATH: 'device/sts/a05bd'
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
workspace/out/target/product/${{ env.DEVICE_NAME }}/${{ env.BUILD_TARGET }}.img
workspace/out/target/product/${{ env.DEVICE_NAME }}/*.zip
workspace/out/target/product/${{ env.DEVICE_NAME }}/*vendor*.img
name: ${{ env.DEVICE_NAME }}-${{ github.run_id }}
name: shrp-${{ env.DEVICE_NAME }}-${{ github.run_id }}
tag_name: ${{ github.run_id }}
body: |
Manifest: ${{ env.MANIFEST_BRANCH }}
Expand Down

0 comments on commit 4bf7ffd

Please sign in to comment.