chore: fix binaries for profiling release

This commit is contained in:
Fedor Indutny 2025-08-13 16:27:54 -07:00
parent 026e7205a3
commit d06c1718c7

View File

@ -188,12 +188,12 @@ jobs:
run: pnpm version prerelease --no-git-tag-version --preid profiling
- name: Remove production prebuilds
run: rm prebuilds
run: rm -rf prebuilds
- name: Download built profiling libraries
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.19.1
with:
pattern: sqlcipher-production-*
pattern: sqlcipher-profiling-*
path: prebuilds
merge-multiple: true