Skip to content

Commit

Permalink
ci fix: don't pack nativeruntime for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 22, 2025
1 parent eb1b8aa commit cbcb1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
BINARIES_DIR: "${{ env.REL_BINARIES_DIR }}"

- name: "Create NuGet Package Imageflow.NativeRuntime.${{ matrix.nuget-rid }}"
if: ${{ matrix.build-exclude != 'imageflow_abi' }}
if: contains(matrix.target, 'musl') == 'false'
shell: bash
run: ./ci/pack_nuget/pack.sh
env:
Expand Down

0 comments on commit cbcb1bd

Please sign in to comment.