Skip to content

Commit d06c171

Browse files
chore: fix binaries for profiling release
1 parent 026e720 commit d06c171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@ jobs:
188188
run: pnpm version prerelease --no-git-tag-version --preid profiling
189189

190190
- name: Remove production prebuilds
191-
run: rm prebuilds
191+
run: rm -rf prebuilds
192192

193193
- name: Download built profiling libraries
194194
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.19.1
195195
with:
196-
pattern: sqlcipher-production-*
196+
pattern: sqlcipher-profiling-*
197197
path: prebuilds
198198
merge-multiple: true
199199

0 commit comments

Comments
 (0)