We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3c52f commit bfc3dc4Copy full SHA for bfc3dc4
.github/workflows/ci.yml
@@ -261,7 +261,7 @@ jobs:
261
- name: Pack NuGet packages
262
run: bun run script/pack.ts --target ${{ matrix.pack-target }}
263
- name: Pack agnostic NuGet packages
264
- if: matrix.pack-agnostic == 'true'
+ if: matrix.pack-agnostic
265
run: bun run script/pack.ts --no-clean --agnostic
266
- name: Upload artifact
267
uses: actions/upload-artifact@v4
0 commit comments