From ec2d4638e37aac5c9aeebe3064090d73c841fbc4 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 22 Dec 2024 09:02:11 +0100 Subject: [PATCH] build: fix publish-nightly tools checkout --- .github/workflows/build-syncthing.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index fbb0cd763..dd8b12640 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -657,7 +657,6 @@ jobs: repository: syncthing/release-tools path: tools fetch-depth: 0 - ref: ${{ github.ref }} # https://github.com/actions/checkout/issues/882 - name: Download artifacts uses: actions/download-artifact@v4