diff --git a/README.md b/README.md index 0885890..7af3833 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Usage: `./pixelfed_batch_uploader ../../Downloads/Instagram-Backup/media/posts/2 [![asciicast](https://asciinema.mxhdr.net/a/6.svg)](https://asciinema.mxhdr.net/a/6) -Check the package of this repo to get pre-compiled binaries for macOS (Apple Silicon), Linux x86_64, Windows ARM +Check the [package of this repo](https://repos.mxhdr.net/maxheadroom/insta-import-pixelfed/packages) to get pre-compiled binaries for macOS (Apple Silicon), Linux x86_64, Windows ARM diff --git a/package.sh b/package.sh index 756df4c..eada008 100755 --- a/package.sh +++ b/package.sh @@ -15,5 +15,5 @@ fi 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) + --upload-file target/$(rustc -vV | grep host | cut -d ' ' -f2)/release/$SRC_BINARY \ + https://repos.mxhdr.net/api/packages/maxheadroom/generic/insta-import-pixelfed/$RELEASE_VERSION/$DST_BINARY