Skip to content

Commit 6089381

Browse files
Revert "Try without mac builds."
This reverts commit 4b458bf.
1 parent 4b458bf commit 6089381

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-test-macos.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)