mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-08-18 13:17:10 +00:00
Modify build.yml to limit git add to manifest files
Only commit manifest files and ignore release artifacts.
This commit is contained in:
@@ -148,8 +148,8 @@ jobs:
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
|
||||
git add */app/manifest.json releases/*
|
||||
# Only commit manifests; do not track release artifacts
|
||||
git add */app/manifest.json
|
||||
if git diff --cached --quiet; then
|
||||
echo "No changes to commit"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user