Check different path for .puro.json

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2025-04-29 13:52:01 +02:00
parent c858186870
commit 0a7eb92517
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- id: puro_version
run: |
content=`cat ./.puro.json`
content=`cat .puro.json`
# the following lines are only required for multi line json
content="${content//'%'/'%25'}"
content="${content//$'\n'/'%0A'}"