Skip to content

Commit

Permalink
ci: updated dotnet restore location
Browse files Browse the repository at this point in the history
  • Loading branch information
Elagoht committed Jun 18, 2024
1 parent af4721f commit 3528ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
dotnet-version: "8.0.x"

- name: Install dependencies
run: dotnet restore
run: dotnet restore src

- name: Build
run: dotnet build src/Passenger.csproj --configuration Release --runtime ${{ matrix.rid }} --self-contained
Expand Down

0 comments on commit 3528ffc

Please sign in to comment.