Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith authored Jan 25, 2025
1 parent 42d8ea2 commit e2a10b4
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 @@ -315,7 +315,7 @@ jobs:
BINARIES_DIR: "${{ env.REL_BINARIES_DIR }}"

- name: "Create NuGet Package Imageflow.NativeRuntime.${{ matrix.nuget-rid }}"
if: !matrix.static
if: ${{ !matrix.static }}
shell: bash
run: ./ci/pack_nuget/pack.sh
env:
Expand Down

0 comments on commit e2a10b4

Please sign in to comment.