mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +02:00
Set correct .puro.json filename in github action config
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -2,7 +2,6 @@ name: Tests
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FLUTTER_VERSION: "stable"
|
FLUTTER_VERSION: "stable"
|
||||||
@@ -15,7 +14,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- id: puro_version
|
- id: puro_version
|
||||||
run: |
|
run: |
|
||||||
content=`cat ./puro.json`
|
content=`cat ./.puro.json`
|
||||||
# the following lines are only required for multi line json
|
# the following lines are only required for multi line json
|
||||||
content="${content//'%'/'%25'}"
|
content="${content//'%'/'%25'}"
|
||||||
content="${content//$'\n'/'%0A'}"
|
content="${content//$'\n'/'%0A'}"
|
||||||
|
|||||||
Reference in New Issue
Block a user