Skip to content

Commit 5e23ead

Browse files
authored
Don't upload binaries compiled with the expat DLL. (JSBSim-Team#1460)
1 parent 4709ae7 commit 5e23ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpp-python-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
381381
- name: Upload Files for Release
382382
uses: actions/upload-artifact@v7
383-
if: env.release == 'true' && matrix.shared_libs == 'OFF'
383+
if: env.release == 'true' && matrix.shared_libs == 'OFF' && matrix.expat == 'OFF'
384384
with:
385385
name: ${{ runner.os }}.binaries
386386
path: |

0 commit comments

Comments
 (0)