Cleaned up .yml.

This commit is contained in:
Carlo Dandan
2022-10-23 22:03:46 +08:00
committed by GitHub
parent 705e57bdab
commit 73d794c1d1
+5 -3
View File
@@ -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: |