File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ jobs:
111111 name : ${{ env.ID }}
112112 path : ${{ github.workspace }}
113113 retention-days : 1
114+ include-hidden-files : true
114115
115116 # Builds the shared libraries consumed by almost all projects in the SecureFolderFS codebase.
116117 shared :
@@ -159,6 +160,7 @@ jobs:
159160 name : ${{ env.ID }}
160161 path : ${{ github.workspace }}
161162 retention-days : 1
163+ include-hidden-files : true
162164
163165 # Builds the SecureFolderFS SDK libraries.
164166 sdk :
@@ -211,6 +213,7 @@ jobs:
211213 name : ${{ env.ID }}
212214 path : ${{ github.workspace }}
213215 retention-days : 1
216+ include-hidden-files : true
214217
215218 # Builds the SecureFolderFS Core libraries.
216219 core :
@@ -279,6 +282,7 @@ jobs:
279282 name : ${{ env.ID }}
280283 path : ${{ github.workspace }}
281284 retention-days : 1
285+ include-hidden-files : true
282286
283287 # Builds the SecureFolderFS cross-platform UI library.
284288 # This library is the common denominator for both the MAUI and Uno Platform project heads.
@@ -323,6 +327,7 @@ jobs:
323327 name : ${{ env.ID }}
324328 path : ${{ github.workspace }}
325329 retention-days : 1
330+ include-hidden-files : true
326331
327332 # Builds the SecureFolderFS Uno Platform app project head.
328333 uno :
You can’t perform that action at this time.
0 commit comments