mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
fix: name
This commit is contained in:
parent
fb2b56d5ac
commit
959033d7f5
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -142,7 +142,9 @@ jobs:
|
|||||||
- name: Generate Release Asset Name
|
- name: Generate Release Asset Name
|
||||||
working-directory: ./output
|
working-directory: ./output
|
||||||
run: |
|
run: |
|
||||||
magisk_ver="${{ inputs.magisk_ver }}"
|
declare -A magisk_vers=( ["Stable"]="stable" ["Beta"]="beta" ["Canary"]="canary" ["Debug"]="debug" )
|
||||||
|
|
||||||
|
magisk_ver="${magisk_vers[${{ inputs.magisk_ver }}]}"
|
||||||
gapps_var="${{ inputs.gapps_var }}"
|
gapps_var="${{ inputs.gapps_var }}"
|
||||||
remove_amazon="${{ inputs.remove_amazon }}"
|
remove_amazon="${{ inputs.remove_amazon }}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user