]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
ci: fix ref_name
authortobtoht <tob@featherwallet.org>
Thu, 17 Oct 2024 19:32:34 +0000 (21:32 +0200)
committertobtoht <tob@featherwallet.org>
Thu, 17 Oct 2024 19:32:34 +0000 (21:32 +0200)
.github/workflows/guix.yml

index ea23390f9aab5be497392c2e4831e10410c73b95..1b29b5c102c3ced3fb7f977fbe172ea0ab9dc71a 100644 (file)
@@ -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}}