Skip to content

Commit 89ad96f

Browse files
ci: filter off OptimizelySDK.Tests dlls + ls on combineArtifacts
1 parent 9f9051f commit 89ad96f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/csharp_release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
with:
5656
name: unsigned-dlls-framework
5757
if-no-files-found: error
58-
path: ./**/bin/Release/**/Optimizely*.dll
58+
path: |
59+
$(find . -path './**/bin/Release/**/Optimizely*.dll' ! -path './**/OptimizelySDK.Tests/**')
5960
6061
buildStandard16:
6162
name: Build .NET 1.6 version
@@ -121,6 +122,8 @@ jobs:
121122
with:
122123
name: unsigned-dlls-standard20
123124
path: ./unsigned-dlls-standard20
125+
- name: List all downloaded artifacts
126+
run: ls -R ./
124127
- name: Combine artifacts
125128
run: |
126129
mkdir -p ./unsigned-dlls

0 commit comments

Comments
 (0)