diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a0b0aaf..92b3896f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -185,7 +185,7 @@ jobs: - name: Release - Download artifacts uses: actions/download-artifact@v5 with: - pattern: libstorage* + pattern: ${{ env.c_bindings_lib_base }}* path: /tmp/release - name: Release - Compress and checksum