From 775ba0c41679aab6ee60425360bdd841aaf92bb6 Mon Sep 17 00:00:00 2001 From: James Sharpe Date: Wed, 14 Aug 2024 23:36:45 +0100 Subject: [PATCH] Fix strip_prefix when publishing to BCR (#269) --- .bcr/source.template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/source.template.json b/.bcr/source.template.json index 20374716..713086f4 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json @@ -1,5 +1,5 @@ { "integrity": "", - "strip_prefix": "{REPO}-{VERSION}", + "strip_prefix": "{REPO}-{TAG}", "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz" }