Explorar o código

Change Upload File Name

Change Upload File Name
Aizawa Hikaru %!s(int64=4) %!d(string=hai) anos
pai
achega
adacfc766d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 }}