mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-08-17 04:36:50 +00:00
Update build.yml
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Get current repo version
|
||||
id: current
|
||||
run: |
|
||||
CURRENT=$(jq -r '.version' arm/app/manifest.json)
|
||||
CURRENT=$(find . -name manifest.json -exec jq -r '.version' {} \; | head -n1)
|
||||
echo "CURRENT_VERSION=$CURRENT" >> $GITHUB_ENV
|
||||
echo "Current repo version: $CURRENT"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user