Upload path change

Upload path change
This commit is contained in:
Aizawa Hikaru 2021-10-30 11:51:33 +08:00
parent 4542d7ea0c
commit d85092228b

View File

@ -109,7 +109,7 @@ jobs:
- name: Upload to Release - name: Upload to Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: 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 }} name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
tag_name: ${{ github.run_id }} tag_name: ${{ github.run_id }}
body: Recovery for ${{ github.event.inputs.DEVICE_NAME }} body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}