diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a7b4a4a..ad260db 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,8 +73,8 @@ jobs: include: Chickensoft.Log/Chickensoft.Log.csproj - name: 📦 Build - run: dotnet build \ - Chickensoft.Log/Chickensoft.Log.csproj -c Release + working-directory: Chickensoft.Log + run: dotnet build -c Release - name: 🔎 Get Package Path id: package-path