Skip to content

Commit 8edaad9

Browse files
Fix output dir bug
1 parent ef1f9b9 commit 8edaad9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
122122
with:
123123
name: build-output
124-
path: .
124+
path: src/IgniteUI.Blazor.GridLite
125125
digest-mismatch: error
126126

127127
- name: Restore .NET local tools
@@ -220,7 +220,7 @@ jobs:
220220
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
221221
with:
222222
name: signed-assemblies
223-
path: .
223+
path: src/IgniteUI.Blazor.GridLite
224224
digest-mismatch: error
225225

226226
- name: Pack NuGet package

0 commit comments

Comments
 (0)