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

Add WorkDIR to build steps

This commit is contained in:
purian23
2025-12-10 12:33:41 -05:00
parent d939b99628
commit 86affc7304

View File

@@ -924,6 +924,9 @@ find . -maxdepth 1 -type f \( -name "*.dsc" -o -name "*.spec" \) -exec grep -l "
rm -f "$conflicted_file"
done
# Ensure we're in WORK_DIR before running osc commands
cd "$WORK_DIR"
echo "==> Staging changes"
echo "Files to upload:"
if [[ "$UPLOAD_DEBIAN" == true ]] && [[ "$UPLOAD_OPENSUSE" == true ]]; then