Skip to content

Commit

Permalink
fix derp and add push
Browse files Browse the repository at this point in the history
  • Loading branch information
SGCMarkus committed Dec 16, 2020
1 parent 3e20e49 commit c3c087e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gen_ota_json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ url="https://github.com/SGCMarkus/Lineage-OTA/releases/download/${TAG}/${FILENAM
sed -i "s!${oldurl}!\"${url}\",!g" $DEVICE.json

git add $DEVICE.json
git commit -m "Update ${$DEVICE} to ${d}"
git commit -m "Update ${DEVICE} to ${d}"
git push sgc lineage-18.0

hub release create -a ../out/target/product/$DEVICE/$FILENAME -a changelog.txt -m "${TAG}" "${TAG}"

0 comments on commit c3c087e

Please sign in to comment.