we better use those new variables in package.sh
This commit is contained in:
parent
3fd33e9825
commit
da7efc83a3
2 changed files with 3 additions and 3 deletions
|
@ -10,4 +10,4 @@ Usage: `./pixelfed_batch_uploader ../../Downloads/Instagram-Backup/media/posts/2
|
||||||
[](https://asciinema.mxhdr.net/a/6)
|
[](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
|
||||||
|
|
|
@ -15,5 +15,5 @@ fi
|
||||||
|
|
||||||
|
|
||||||
curl --netrc \
|
curl --netrc \
|
||||||
--upload-file target/$(rustc -vV | grep host | cut -d ' ' -f2)/release/pixelfed_batch_uploader \
|
--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/pixelfed_batch_uploader.$(rustc -vV | grep host | cut -d ' ' -f2)
|
https://repos.mxhdr.net/api/packages/maxheadroom/generic/insta-import-pixelfed/$RELEASE_VERSION/$DST_BINARY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue