mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-07-19 22:32:21 +00:00
Fix build_needed condition in build workflow
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
echo "Latest Tailscale version: $RELEASE_VERSION"
|
||||
|
||||
if [ "$CURRENT_VERSION" = "$RELEASE_VERSION" ]; then
|
||||
echo "build_needed=false" >> $GITHUB_ENV
|
||||
echo "build_needed=true" >> $GITHUB_ENV
|
||||
echo "Already up to date. Skipping build."
|
||||
else
|
||||
echo "build_needed=true" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user