mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 10:29:06 +02:00
@@ -15,6 +15,8 @@ jobs:
|
||||
- name: Get Flutter version from .puro.json
|
||||
id: puro_version
|
||||
run: |
|
||||
pwd
|
||||
ls -al
|
||||
if [[ -f ".puro.json" ]]; then
|
||||
flutter_version=$(jq -r '.env' .puro.json)
|
||||
echo "PURO_FLUTTER_VERSION=$flutter_version" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user