insta-import-pixelfed/package.sh
Falko Zurell 6d2a4aa625 added bit more verbose output and my build script.
also embedded demo of usage
2025-01-18 09:26:46 +01:00

7 lines
325 B
Bash
Executable file

#!/bin/bash -x
RELEASE_VERSION="1.0.2"
curl --netrc \
--upload-file target/$(rustc -vV | grep host | cut -d ' ' -f2)/release/pixelfed_batch_uploader \
https://repos.mxhdr.net/api/packages/maxheadroom/generic/insta-import-pixelfed/$RELEASE_VERSION/pixelfed_batch_uploader.$(rustc -vV | grep host | cut -d ' ' -f2)