diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 81a93e5..d5a2ee4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -138,7 +138,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: src/bin/Release/net6.0/TheGamesDBApiWrapper.dll + asset_path: src/bin/Release/net8.0/TheGamesDBApiWrapper.dll asset_name: TheGamesDBApiWrapper.dll asset_content_type: application/octet-stream - name: Publish package to nuget diff --git a/src/TheGamesDBApiWrapper.csproj b/src/TheGamesDBApiWrapper.csproj index 898ef15..a106144 100644 --- a/src/TheGamesDBApiWrapper.csproj +++ b/src/TheGamesDBApiWrapper.csproj @@ -11,14 +11,7 @@ TheGamesDB, API, GamesDB, The Games DB API