fix(ci): i'm dumb
ci/woodpecker/tag/lint Pipeline was successful Details
ci/woodpecker/tag/build Pipeline was successful Details
ci/woodpecker/tag/clippy Pipeline was successful Details
ci/woodpecker/tag/release Pipeline was successful Details
ci/woodpecker/push/release unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/clippy Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details

signal-handling 0.1.1
Jef Roosens 2023-06-05 11:44:18 +02:00
parent 495c127cbe
commit c32741bbc9
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ pipeline:
# Ensure the release binary is also statically compiled # Ensure the release binary is also statically compiled
- '[ "$(readelf -d target/release/alex | grep NEEDED | wc -l)" = 0 ]' - '[ "$(readelf -d target/release/alex | grep NEEDED | wc -l)" = 0 ]'
- du -h target/release/alex - du -h target/release/alex
- mv target/release/alex target/release/alex-"$(echo '${PLATFORM}' | sed 's:/:-:g')"
when: when:
event: tag event: tag