From a2b9dc20d187535c973645efee03e0ae41750036 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Thu, 7 May 2020 14:01:54 -0600 Subject: [PATCH] Fix archive --- helics_cli.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helics_cli.nimble b/helics_cli.nimble index ba2bd93..9c7855c 100644 --- a/helics_cli.nimble +++ b/helics_cli.nimble @@ -21,7 +21,7 @@ import os import strformat task archive, "Create archived assets": - let app = "helics" + let app = "helics_cli" let assets = &"{app}_{buildOS}" let dir = "dist"/assets mkDir dir