Browse Source

Change Upload File Name

Change Upload File Name
Aizawa Hikaru 4 years ago
parent
commit
adacfc766d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/Make.yml

+ 2 - 2
.github/workflows/Make.yml

@@ -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 }}