Update build.yml

This commit is contained in:
Weston Blieden
2025-08-28 11:45:27 +02:00
committed by GitHub
parent e5954eac52
commit e27f0cdb34
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Get current repo version
id: current
run: |
CURRENT=$(find . -name manifest.json -exec jq -r '.version' {} \; | head -n1)
CURRENT=$(find . -path "*/app/manifest.json" -exec jq -r '.version' {} \; | head -n1)
echo "CURRENT_VERSION=$CURRENT" >> $GITHUB_ENV
echo "Current repo version: $CURRENT"