Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Jan 29, 2024
1 parent 92b16aa commit e0e8015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@ jobs:
LIB_PATH="$(pwd)/rust/target/${TARGET}/${PRQLR_PROFILE}/${LIB_NAME}.a"
ARTIFACT_NAME="${LIB_NAME}-${LIB_VERSION}-${TARGET}.tar.gz"
Rscript -e 'pkgbuild::compile_dll()'
NOT_CRAN=${NOT_CRAN} TARGET=${TARGET} PRQLR_PROFILE=${PRQLR_PROFILE} Rscript -e 'pkgbuild::compile_dll()'
nm "${LIB_PATH}" | grep unwind_protect_impl
tar -czf "../${ARTIFACT_NAME}" -C "rust/target/${TARGET}/${PRQLR_PROFILE}" "${LIB_NAME}.a"
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >>"$GITHUB_ENV"
shell: bash

- name: upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e0e8015

Please sign in to comment.