diff --git a/.github/workflows/OrangeFox-Compile.yml b/.github/workflows/OrangeFox-Compile.yml index 6a565a8..940ef22 100644 --- a/.github/workflows/OrangeFox-Compile.yml +++ b/.github/workflows/OrangeFox-Compile.yml @@ -19,9 +19,11 @@ on: MANIFEST_BRANCH: description: 'OrangeFox Branch' required: true - default: '10' + default: '10' # Branch 11 and 12.1's lunch command doesn't work using this action builder. type: choice options: + - 12.1 + - 11.0 - 10.0 - 9.0 DEVICE_TREE: @@ -126,8 +128,8 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.img - fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.zip + OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.img + OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.zip name: Unofficial OrangeFox for ${{ github.event.inputs.DEVICE_NAME }} tag_name: ${{ github.run_id }} body: |