mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 08:39:00 +01:00
Add release version as asset
This commit is contained in:
parent
c42868eb17
commit
2057ccf3ba
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit c7bd9dcb96c126076f10a7dcae447d4e3d442cfd
|
||||
Subproject commit 32b8e26cbf62cf7813d0f29467574b8b4a450338
|
@ -193,7 +193,12 @@ if [ "$PLATFORM" == "linux/arm64" ]; then :; else exit 0; fi
|
||||
cp "$input/madeline$php$branch.phar" "madeline81.phar"
|
||||
git remote add hub https://github.com/danog/MadelineProto
|
||||
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 --latest=true "$TAG"
|
||||
|
Loading…
Reference in New Issue
Block a user