diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 64d9704..b5b583a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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