diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5f76966..23794e6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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