From 3cb966d7e8c4627a7bb6b94e07c273917acb30f3 Mon Sep 17 00:00:00 2001 From: 8odream Date: Wed, 19 Aug 2026 12:02:35 +0800 Subject: [PATCH] update --- .github/workflows/build-and-release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 1aac939fe7..230cb1332d 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -607,11 +607,6 @@ jobs: with: name: "DevSidecar-${{ steps.package-info.outputs.version }}-linux-x86_64.rpm" path: release - - name: "Download DevSidecar-${{ steps.package-info.outputs.version }}-linux-x86_64.pkg.tar.xz" - uses: actions/download-artifact@v4.1.8 - with: - name: "DevSidecar-${{ steps.package-info.outputs.version }}-linux-x86_64.pkg.tar.xz" - path: release #- name: "Download DevSidecar-${{ steps.package-info.outputs.version }}-linux-x86_64.flatpak" # uses: actions/download-artifact@v4.1.8 # with: @@ -638,11 +633,6 @@ jobs: with: name: "DevSidecar-${{ steps.package-info.outputs.version }}-linux-arm64.rpm" path: release - - name: "Download DevSidecar-${{ steps.package-info.outputs.version }}-linux-arm64.pkg.tar.xz" - uses: actions/download-artifact@v4.1.8 - with: - name: "DevSidecar-${{ steps.package-info.outputs.version }}-linux-arm64.pkg.tar.xz" - path: release # ------------------------------------------------------------------------------------------------------------------------- - name: "Download DevSidecar-${{ steps.package-info.outputs.version }}-linux-armv7l.deb" uses: actions/download-artifact@v4.1.8