Update architecture default as runner.arch (#153)
* Update architecture default as `runner.arch` * Update to convert `ARCH` as lowercase * Refactor for `ARCH` variable
This commit is contained in:
@@ -27,7 +27,7 @@ inputs:
|
||||
architecture:
|
||||
description: 'The architecture of Flutter SDK executable (x64 or arm64)'
|
||||
required: false
|
||||
default: 'x64'
|
||||
default: ${{ runner.arch }}
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user