From c518d99c35b8785c266951193fd70099c223d7e1 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Fri, 31 Oct 2025 11:01:09 +0100 Subject: [PATCH] build: do not clobber .deb files when publishing --- .github/workflows/build-syncthing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index b99a6b924..7ecfc0402 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -949,7 +949,7 @@ jobs: - name: Prepare packages run: | sudo chown -R $(id -u) apt/pool - mv packages/*.deb apt/pool + mv -n packages/*.deb apt/pool - name: Update archive uses: docker://ghcr.io/kastelo/ezapt:latest