Upload path change
Upload path change
This commit is contained in:
parent
4542d7ea0c
commit
d85092228b
2
.github/workflows/Make.yml
vendored
2
.github/workflows/Make.yml
vendored
@ -109,7 +109,7 @@ jobs:
|
||||
- name: Upload to Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ${{ github.event.inputs.DEVICE_NAME }}-Built.zip
|
||||
files: workspace/${{ github.event.inputs.DEVICE_NAME }}-Built.zip
|
||||
name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
|
||||
tag_name: ${{ github.run_id }}
|
||||
body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}
|
||||
|
Loading…
Reference in New Issue
Block a user