we better use those new variables in package.sh
This commit is contained in:
parent
3fd33e9825
commit
fcd7a0013f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue