From: tobtoht Date: Thu, 17 Oct 2024 19:32:34 +0000 (+0200) Subject: ci: fix ref_name X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=9d9413c4cc5010ea8db9ef02d26399add3474954;p=gamesguru%2Ffeather.git ci: fix ref_name --- 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}}