File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,6 +197,13 @@ jobs:
197197 -p:Platform="Any CPU" `
198198 -p:Configuration=$env:CONFIGURATION
199199
200+ - name : Upload workspace
201+ uses : actions/upload-artifact@v7
202+ with :
203+ name : ${{ env.ID }}
204+ path : ${{ github.workspace }}
205+ retention-days : 1
206+
200207 # Builds the SecureFolderFS Core libraries.
201208 core :
202209 needs : [shared, lib]
@@ -252,6 +259,13 @@ jobs:
252259 -p:Configuration=$env:CONFIGURATION `
253260 -p:TargetFramework=$env:THIS_TFM
254261
262+ - name : Upload workspace
263+ uses : actions/upload-artifact@v7
264+ with :
265+ name : ${{ env.ID }}
266+ path : ${{ github.workspace }}
267+ retention-days : 1
268+
255269 # Builds the SecureFolderFS cross-platform UI library.
256270 # This library is the common denominator for both the MAUI and Uno Platform project heads.
257271 ui :
@@ -283,6 +297,13 @@ jobs:
283297 -p:Platform="Any CPU" `
284298 -p:Configuration=$env:CONFIGURATION
285299
300+ - name : Upload workspace
301+ uses : actions/upload-artifact@v7
302+ with :
303+ name : ${{ env.ID }}
304+ path : ${{ github.workspace }}
305+ retention-days : 1
306+
286307 # Builds the SecureFolderFS Uno Platform app project head.
287308 uno :
288309 needs : [core, sdk, shared, ui]
You can’t perform that action at this time.
0 commit comments