From 283e9d29b31e9d06e859b6b2ccd3fc847d6438be Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Fri, 6 Mar 2026 12:06:12 -0800 Subject: [PATCH] fixed CI to not upload bare checksum, because they are included in zip file --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8dcd1ee..1a7aaf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -342,14 +342,11 @@ jobs: run: | mkdir -p dist cp target/release/kingfisher-windows-${{ matrix.arch }}.zip dist/ - cp target/release/CHECKSUM-windows-${{ matrix.arch }}.txt dist/ - uses: actions/upload-artifact@v4 with: name: kingfisher-windows-${{ matrix.arch }} - path: | - dist/kingfisher-windows-${{ matrix.arch }}.zip - dist/CHECKSUM-windows-${{ matrix.arch }}.txt + path: dist/kingfisher-windows-${{ matrix.arch }}.zip release: name: Public GitHub Release