From 292ef4e8445f9d1c15f5767160207a5521ab9de8 Mon Sep 17 00:00:00 2001 From: aligneddev Date: Mon, 15 Jun 2026 20:40:13 +0000 Subject: [PATCH] fix release publish --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f68317..8822f11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -219,7 +219,7 @@ jobs: global-json-file: global.json - name: Restore .NET dependencies - run: dotnet restore BikeTracking.slnx + run: dotnet restore src/BikeTracking.Api/BikeTracking.Api.csproj --runtime win-x64 - name: Publish API self-contained (Windows x64) run: | @@ -259,7 +259,7 @@ jobs: global-json-file: global.json - name: Restore .NET dependencies - run: dotnet restore BikeTracking.slnx + run: dotnet restore src/BikeTracking.Api/BikeTracking.Api.csproj --runtime linux-x64 - name: Publish API self-contained (Linux x64) run: |