From c7c0e8b243559585f6add331d687505c3ba13cb4 Mon Sep 17 00:00:00 2001 From: Kalin Krustev Date: Tue, 3 Oct 2023 17:40:39 +0300 Subject: [PATCH] fix: #25 --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f1aae9..cb6ae43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,10 +154,10 @@ jobs: with: name: dist-x86_64-unknown-linux-musl path: dist - - uses: actions/download-artifact@v1 - with: - name: dist-x86_64-unknown-alpine-musl - path: dist + # - uses: actions/download-artifact@v1 + # with: + # name: dist-x86_64-unknown-alpine-musl + # path: dist - uses: actions/download-artifact@v1 with: name: dist-aarch64-unknown-linux-gnu