added bit more verbose output and my build script.

also embedded demo of usage
This commit is contained in:
Falko Zurell 2025-01-18 09:26:46 +01:00
parent 4d5fc9c2a7
commit 6d2a4aa625
5 changed files with 18 additions and 7 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash -x
RELEASE_VERSION="1.0.1"
RELEASE_VERSION="1.0.2"
curl --netrc \
--upload-file target/$(rustc -vV | grep host | cut -d ' ' -f2)/release/pixelfed_batch_uploader \