Skip to content

Commit

Permalink
Change Upload File Name
Browse files Browse the repository at this point in the history
Change Upload File Name
  • Loading branch information
azwhikaru committed Oct 30, 2021
1 parent 2d10aee commit adacfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
workspace/${{ github.event.inputs.DEVICE_NAME }}/*.zip
workspace/${{ github.event.inputs.DEVICE_NAME }}/recovery.img
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.img
name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
tag_name: ${{ github.run_id }}
body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}
Expand Down

0 comments on commit adacfc7

Please sign in to comment.