Skip to content

Commit 4ba4c2b

Browse files
committed
pack fix
1 parent 601baa4 commit 4ba4c2b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,7 @@ jobs:
9696

9797
- name: Pack
9898
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 }}
99+
run: dotnet pack CloudNimble.Supermemory.slnx --configuration Release --no-build --output ../artifacts /p:PackageVersion=${{ steps.version.outputs.VERSION }}
103100

104101
- name: Upload artifacts
105102
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)