From 90894bf6a002823d1da7241986bf95e85a0810e9 Mon Sep 17 00:00:00 2001 From: gosha20777 Date: Thu, 18 Apr 2024 15:22:00 +0200 Subject: [PATCH] update builder --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c06dcc9..cd81544 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,8 +20,8 @@ jobs: - run: cd src && dotnet build --configuration Release - name: Create artifact linux run: | - dotnet tool install --global dotnet-rpm8 - dotnet tool install --global dotnet-deb8 + dotnet tool install --global dotnet-rpm-net8 + dotnet tool install --global dotnet-deb-net8 dotnet tool install --global dotnet-tarball-net8 echo "building packeges" dotnet restore src/LacmusApp.sln