diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d26ff7..10d6405 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: with: dotnet-version: 6.0.x - name: Build and Pack NuGet package - run: dotnet pack src/AddressNet/AddressNet.csproj -p:Version='${{ steps.gitversion.outputs.SemVer }}' -c Release + run: dotnet pack ./src/AddressNet/AddressNet.csproj -p:Version='${{ steps.gitversion.outputs.SemVer }}' -c Release - name: Upload NuGet package to GitHub uses: actions/upload-artifact@v2 with: