Forráskód Böngészése

Change Upload File Name

Change Upload File Name
Aizawa Hikaru 4 éve
szülő
commit
adacfc766d
1 módosított fájl, 2 hozzáadás és 2 törlés
  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 }}