You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Building Linux packages (.deb, .rpm, and .flatpak) for ${{ matrix.variant }}..."
190
+
trap 'echo "=== Disk usage after Linux packaging failure ==="; df -h; du -sh ../../target ../node_modules node_modules out ~/.local/share/flatpak 2>/dev/null || true' ERR
191
+
echo "=== Disk usage before Linux packaging ==="
192
+
df -h
193
+
du -sh ../../target ../node_modules node_modules out ~/.local/share/flatpak 2>/dev/null || true
0 commit comments