1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

distros: Remove false path dir

This commit is contained in:
purian23
2025-12-12 23:52:31 -05:00
parent c3ab409b6a
commit 50f1bc5017
2 changed files with 1 additions and 4 deletions

View File

@@ -349,7 +349,6 @@ jobs:
labels: |
automated
ci
path: distro/debian/ distro/opensuse/
- name: Summary
run: |

View File

@@ -193,7 +193,7 @@ jobs:
else
echo "has_changes=true" >> $GITHUB_OUTPUT
# Get list of changed packages for commit message (deduplicate)
CHANGED=$(git diff --name-only distro/ubuntu/ | grep 'debian/changelog' | xargs -I{} dirname {} | xargs -I{} basename {} | sort -u | tr '\n' ',' | sed 's/,$//')
CHANGED=$(git diff --name-only distro/ubuntu/ | grep 'debian/changelog' | sed 's|/debian/changelog||' | xargs -I{} basename {} | sort -u | tr '\n' ',' | sed 's/,$//')
echo "packages=$CHANGED" >> $GITHUB_OUTPUT
echo "📋 Changed packages: $CHANGED"
echo "📋 Debug - Changed files:"
@@ -240,8 +240,6 @@ jobs:
labels: |
automated
ci
path: |
distro/ubuntu/
- name: Summary
run: |