diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 182985a..fcc38f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,8 @@ jobs: - name: Install dependencies run: | .paket/paket install - + working-directory: ./src + - name: Pack NuGet Package with Paket run: | .paket/paket pack Vipps.net