Skip to content

Commit

Permalink
don't upload .img | ask for version during build
Browse files Browse the repository at this point in the history
  • Loading branch information
aHVzY2g authored Jun 17, 2022
1 parent f54d5cc commit a0614cf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ on:
description: 'DEVICE_NAME'
required: true
default: 'a22x'
RELEASE_NAME:
description: 'RELEASE_NAME'
required: true
default: 'v1.00.0-alpha'

env:
TZ: Europe/Berlin
Expand Down Expand Up @@ -118,10 +122,9 @@ jobs:
with:
files: |
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.img
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.tar
name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
tag_name: ${{ github.run_id }}
name: ${{ github.event.inputs.RELEASE_NAME }}
tag_name: ${{ github.event.inputs.RELEASE_NAME }}
body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.work }}

0 comments on commit a0614cf

Please sign in to comment.