Skip to content

Commit

Permalink
More releases CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Oct 16, 2024
1 parent 3f23005 commit 0500fce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,11 @@ jobs:
MWALIB_LINK_STATIC_CFITSIO=1 cargo build --release --features cfitsio-static,examples
# Create new release asset tarballs
eval mv target/release/libmwalib.${LIB_GLOB} include/mwalib.h .
eval tar -acvf mwalib-${TAG}-${KERNEL}-${TARGET}.tar.gz \
# Get some debug
ls -la include/mwalib.h
eval ls -la target/release/libmwalib.${LIB_GLOB}
eval sudo mv target/release/libmwalib.${LIB_GLOB} include/mwalib.h .
eval sudo tar -acvf mwalib-${TAG}-${KERNEL}-${TARGET}.tar.gz \
LICENSE LICENSE-cfitsio README.md CHANGELOG.md \
libmwalib.${LIB_GLOB} mwalib.h
done
Expand Down

0 comments on commit 0500fce

Please sign in to comment.