We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f19b62 commit 356460cCopy full SHA for 356460c
.github/workflows/package_push_nuget.org.yml
@@ -21,7 +21,7 @@ jobs:
21
include-prerelease: true
22
23
- name: dependencies
24
- run: git clone -b main https://github.com/masastack/MASA.BuildingBlocks.git ./src/BuildingBlocks
+ run: git clone -b main https://github.com/masastack/MASA.BuildingBlocks.git ./src/BuildingBlocks/MASA.BuildingBlocks
25
26
- name: restore
27
run: dotnet restore
0 commit comments