1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-02 02:22:06 -04:00

(ubuntu): Update Workflow handling

This commit is contained in:
purian23
2026-04-25 19:33:35 -04:00
parent 5415444e15
commit 441ec42ee0

View File

@@ -235,18 +235,19 @@ jobs:
;; ;;
esac esac
echo "" for SERIES in questing resolute; do
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" echo ""
echo "Uploading $PKG to PPA $PPA_NAME..." echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
if [[ -n "$REBUILD_RELEASE" ]]; then echo "Uploading $PKG to PPA $PPA_NAME for series $SERIES..."
echo "🔄 Using rebuild release number: ppa$REBUILD_RELEASE" if [[ -n "$REBUILD_RELEASE" ]]; then
fi echo "🔄 Using rebuild release number: ppa$REBUILD_RELEASE"
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" fi
# ppa-upload.sh uploads to questing + resolute when series is omitted echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
if ! bash distro/scripts/ppa-upload.sh "$PKG" "$PPA_NAME" ${REBUILD_RELEASE:+"$REBUILD_RELEASE"}; then if ! bash distro/scripts/ppa-upload.sh "$PKG" "$PPA_NAME" "$SERIES" ${REBUILD_RELEASE:+"$REBUILD_RELEASE"}; then
echo "::error::Upload failed for $PKG" echo "::error::Upload failed for $PKG on $SERIES"
exit 1 exit 1
fi fi
done
done done
- name: Summary - name: Summary