1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 08:18:59 +01:00

Add release version as asset

This commit is contained in:
Daniil Gentili 2023-06-12 22:54:21 +02:00
parent c42868eb17
commit 2057ccf3ba
2 changed files with 7 additions and 2 deletions

2
docs

@ -1 +1 @@
Subproject commit c7bd9dcb96c126076f10a7dcae447d4e3d442cfd Subproject commit 32b8e26cbf62cf7813d0f29467574b8b4a450338

View File

@ -193,7 +193,12 @@ if [ "$PLATFORM" == "linux/arm64" ]; then :; else exit 0; fi
cp "$input/madeline$php$branch.phar" "madeline81.phar" cp "$input/madeline$php$branch.phar" "madeline81.phar"
git remote add hub https://github.com/danog/MadelineProto git remote add hub https://github.com/danog/MadelineProto
gh release upload "$TAG" "madeline81.phar" gh release upload "$TAG" "madeline81.phar"
rm "madeline81.phar"
echo -n "$COMMIT-$php" > release
gh release upload "$TAG" "release"
rm "madeline81.phar" release
gh release edit --prerelease=false "$TAG" gh release edit --prerelease=false "$TAG"
gh release edit --latest=true "$TAG" gh release edit --latest=true "$TAG"