Skip to content

Commit

Permalink
Upload path change
Browse files Browse the repository at this point in the history
Upload path change
  • Loading branch information
azwhikaru committed Oct 30, 2021
1 parent 4542d7e commit d850922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d850922

Please sign in to comment.