We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601baa4 commit 4ba4c2bCopy full SHA for 4ba4c2b
1 file changed
.github/workflows/build-and-deploy.yml
@@ -96,10 +96,7 @@ jobs:
96
97
- name: Pack
98
working-directory: src
99
- shell: bash
100
- run: |
101
- dotnet pack CloudNimble.Supermemory/CloudNimble.Supermemory.csproj --configuration Release --no-build --output ../artifacts /p:PackageVersion=${{ steps.version.outputs.VERSION }}
102
- dotnet pack CloudNimble.Agents.AI.Supermemory/CloudNimble.Agents.AI.Supermemory.csproj --configuration Release --no-build --output ../artifacts /p:PackageVersion=${{ steps.version.outputs.VERSION }}
+ run: dotnet pack CloudNimble.Supermemory.slnx --configuration Release --no-build --output ../artifacts /p:PackageVersion=${{ steps.version.outputs.VERSION }}
103
104
- name: Upload artifacts
105
uses: actions/upload-artifact@v6
0 commit comments