Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit c7b296c

Browse files
committed
fix
1 parent b725da0 commit c7b296c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/runner/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ if [[ "${SBUILD_SUCCESSFUL}" == "YES" ]] && [[ -s "${GHCR_PKG}" ]]; then
11221122
[[ -f "${i_f}" && -s "${i_f}" ]] && ghcr_push+=("${i_f}")
11231123
[[ -f "${i_f}.sig" && -s "${i_f}.sig" ]] && ghcr_push+=("${i_f}.sig")
11241124
done
1125-
[[ -f "./.DirIcon" && -s "./.DirIcon" ]] && ghcr_push+=("./.DirIcon")
1125+
#[[ -f "./.DirIcon" && -s "./.DirIcon" ]] && ghcr_push+=("./.DirIcon")
11261126
[[ -f "./${PROG}.json" && -s "./${PROG}.json" ]] && ghcr_push+=("./${PROG}.json")
11271127
[[ -f "./${PROG}.json.sig" && -s "./${PROG}.json.sig" ]] && ghcr_push+=("./${PROG}.json.sig")
11281128
[[ -f "./${PROG}.log" && -s "./${PROG}.log" ]] && ghcr_push+=("./${PROG}.log")

0 commit comments

Comments
 (0)