Fix no dlls being uploaded to workflow artifact

This commit is contained in:
E M 2026-02-02 13:27:04 +11:00
parent 5cbebe2c20
commit 97d429af2b
No known key found for this signature in database

View File

@ -111,7 +111,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.storage_binary_base }}-windows-${{ matrix.cpu }}-${{ env.VERSION }}-dlls
path: ${{ env.build_dir }}/dlls/*
path: ${{ env.build_dir }}/dlls/*.dll
retention-days: 30
- name: Build ${{ env.c_bindings_lib_base }} (Linux)