Update SkyHawk-SHRP.yml
This commit is contained in:
parent
d2cc3a9527
commit
82684385cb
8
.github/workflows/SkyHawk-SHRP.yml
vendored
8
.github/workflows/SkyHawk-SHRP.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.event.repository.owner.id == github.event.sender.id
|
if: github.event.repository.owner.id == github.event.sender.id
|
||||||
env:
|
env:
|
||||||
OUT_DIR: android-recovery/out/target/product
|
OUTPUT_DIR: android-recovery/out/target/product
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@ -166,9 +166,9 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@master
|
uses: softprops/action-gh-release@master
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
${{ env.OUT_DIR }}/${{ github.event.inputs.DEVICE_NAME }}/*.img
|
${{ env.OUTPUT_DIR }}/${{ github.event.inputs.DEVICE_NAME }}/*.img
|
||||||
${{ env.OUT_DIR }}/${{ github.event.inputs.DEVICE_NAME }}/SHRP*.zip
|
${{ env.OUTPUT_DIR }}/${{ github.event.inputs.DEVICE_NAME }}/SHRP*.zip
|
||||||
${{ env.OUT_DIR }}/${{ github.event.inputs.DEVICE_NAME }}/ramdisk*.*
|
${{ env.OUTPUT_DIR }}/${{ github.event.inputs.DEVICE_NAME }}/ramdisk*.*
|
||||||
name: Unofficial SHRP For ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
|
name: Unofficial SHRP For ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
|
||||||
tag_name: ${{ github.run_id }}
|
tag_name: ${{ github.run_id }}
|
||||||
body: |
|
body: |
|
||||||
|
Loading…
Reference in New Issue
Block a user