diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 62e9439..97b12a6 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -36,11 +36,11 @@ jobs: uses: tanaka-takayoshi/nuget-publish-to-github-packages-action@v2.1 with: # Path of NuPkg - nupkg-path: OverFlower/bin/Release/*.nupkg + nupkg-path: '**/*.nupkg' # package repository owner repo-owner: nor0x # user account gh-user: nor0x # access token token: ${{ secrets.GITHUB_TOKEN }} - + \ No newline at end of file