chore: fix binaries for profiling release
This commit is contained in:
parent
026e7205a3
commit
d06c1718c7
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user