Skip to content

Commit bfc3dc4

Browse files
committed
ci: fix agnostic packages built on linux-x64
1 parent 8d3c52f commit bfc3dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
- name: Pack NuGet packages
262262
run: bun run script/pack.ts --target ${{ matrix.pack-target }}
263263
- name: Pack agnostic NuGet packages
264-
if: matrix.pack-agnostic == 'true'
264+
if: matrix.pack-agnostic
265265
run: bun run script/pack.ts --no-clean --agnostic
266266
- name: Upload artifact
267267
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)