Skip to content

Commit

Permalink
Update upload.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 8, 2024
1 parent 35780ec commit 1d24f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ createRelease() {

uploadAssets() {
buildDate="$(date +%Y%m%d)"
find $BD/ -name "Redmi13C_aosp-*-14.0-$buildDate.img.xz" | while read file; do
find $BD/ -name "ImbrogliOS_aosp-*-14.0-$buildDate.img.xz" | while read file; do
echo "--> Uploading $(basename $file)"
curl -o /dev/null -s -L -X POST \
"https://uploads.github.com/repos/$GUSER/$GREPO/releases/$id/assets?name=$(basename $file)" \
Expand Down

0 comments on commit 1d24f4a

Please sign in to comment.