File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -279,10 +279,10 @@ jobs:
279279 python3 -m pip install delocate==0.10.7
280280 python3 ./scripts/nuget_patch/patch_library_deps.py "./build/Release/bin/libMeshLibC2.dylib" "./patched_content/"
281281
282- # - name: Upload NuGet files to Artifacts
283- # if: ${{ inputs.nuget_build_patch && matrix.config == 'Release' }}
284- # uses: actions/upload-artifact@v6
285- # with:
286- # name: DotNetPatchArchiveMacOs-${{ matrix.arch }}
287- # path: ./patched_content/*
288- # retention-days: 1
282+ - name : Upload NuGet files to Artifacts
283+ if : ${{ inputs.nuget_build_patch && matrix.config == 'Release' }}
284+ uses : actions/upload-artifact@v6
285+ with :
286+ name : DotNetPatchArchiveMacOs-${{ matrix.arch }}
287+ path : ./patched_content/*
288+ retention-days : 1
You can’t perform that action at this time.
0 commit comments