Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
Loading