From ed54a71fb3fd6fd69b83e533104b891e3b4170df Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Wed, 16 Jan 2019 16:50:50 -0600 Subject: [PATCH] removing old releases on publish --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8619ddf..6bdd20a 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ test: dotnet test Ficdown.Parser.Tests publish: clean + rm /tmp/ficdown* dotnet publish --self-contained -c Release -r linux-x64 Ficdown.Console tar -C Ficdown.Console/bin/Release/netcoreapp2.1/linux-x64/publish -cvzf /tmp/ficdown-linux64.tar.gz . dotnet publish --self-contained -c Release -r win-x64 Ficdown.Console