diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index f9f1aac..04952db 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -42,7 +42,7 @@ jobs: uses: actions/upload-artifact@v4.3.3 with: name: nugetPackage - path: bin/Release/*.nupkg + path: bin/Debug/*.nupkg release: runs-on: ubuntu-latest diff --git a/Match3Maker/Match3Maker.csproj b/Match3Maker/Match3Maker.csproj index 6c4bfe6..ec97889 100644 --- a/Match3Maker/Match3Maker.csproj +++ b/Match3Maker/Match3Maker.csproj @@ -14,7 +14,7 @@ Ninetailsrabbit.Match3Maker - 1.0.0 + 1.0.2 This lightweight library provides the core logic and functionality you need to build engaging match-3 games. Focus on game design and mechanics while leaving the complex logic to this library © 2024 Ninetailsrabbit Ninetailsrabbit