From 9d9413c4cc5010ea8db9ef02d26399add3474954 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 17 Oct 2024 21:32:34 +0200 Subject: [PATCH] ci: fix ref_name --- .github/workflows/guix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/guix.yml b/.github/workflows/guix.yml index ea23390f..1b29b5c1 100644 --- a/.github/workflows/guix.yml +++ b/.github/workflows/guix.yml @@ -98,6 +98,6 @@ jobs: - uses: ncipollo/release-action@v1 if: startsWith(github.ref, 'refs/tags/') with: - artifacts: "**/*.AppImage,**/*-linux-arm.zip,**/*-linux-arm64.zip,**/*-linux-riscv64.zip,**/*-linux.zip,**/*-mac-arm64.zip,**/*-mac.zip,**/*-win.zip,**/FeatherWalletSetup-*.exe,**/feather-{{github.ref_name}}.tar.gz" + artifacts: "**/*.AppImage,**/*-linux-arm.zip,**/*-linux-arm64.zip,**/*-linux-riscv64.zip,**/*-linux.zip,**/*-mac-arm64.zip,**/*-mac.zip,**/*-win.zip,**/FeatherWalletSetup-*.exe,**/feather-${{github.ref_name}}.tar.gz" draft: true name: v${{github.ref_name}} -- 2.52.0