ci: fix binary name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2023-10-25 14:18:07 +02:00
parent 7e82343fc1
commit bf7937631e

View file

@ -14,15 +14,15 @@ steps:
- apt-get update && apt-get install -y cmake g++ libevent-dev libpcre3-dev libyaml-dev
- shards install
- shards build --production --static
- strip bin/docmachine
- strip bin/mfm
- mkdir -p /_cache/bin
- cp -r bin/docmachine /_cache/bin/docmachine_linux_amd64
- cp -r bin/mfm /_cache/bin/mfm_linux_amd64
- name: publish:tag
image: curlimages/curl
environment:
PACKAGE_UPLOAD_URL: https://code.apps.glenux.net/api/packages/glenux/generic/mfm
PACKAGE_BASENAME: docmachine_linux_amd64
PACKAGE_BASENAME: mfm_linux_amd64
PACKAGE_UPLOAD_TOKEN:
from_secret: PACKAGE_UPLOAD_TOKEN
when:
@ -36,7 +36,7 @@ steps:
- env |grep DRONE
- |
curl -H "Authorization: token $PACKAGE_UPLOAD_TOKEN" \
--upload-file /_cache/bin/docmachine_amd64 \
--upload-file /_cache/bin/mfm_amd64 \
$PACKAGE_UPLOAD_URL/$DRONE_TAG/$PACKAGE_BASENAME
# FIXME: handle multi-arch