2025-01-17 16:55:56 +01:00
|
|
|
#!/bin/bash -x
|
|
|
|
|
2025-01-18 09:26:46 +01:00
|
|
|
RELEASE_VERSION="1.0.2"
|
2025-01-17 16:55:56 +01:00
|
|
|
|
|
|
|
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)
|