jitpack / jitpack.io

Documentation and issues of https://jitpack.io
MIT License
2.54k stars 186 forks source link

Jitpack LOST a build #6645

Open CarGuo opened 3 weeks ago

CarGuo commented 3 weeks ago

Describe the bug

One old version build of one of my libraries suddenly got lost, but not all... I know it did work in the past because I used this version before.

To Reproduce

 implementation "com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.5.0-release-jitpack"

one build tag v8.5.0-release-jitpack, but :

image
jitpack-io commented 3 weeks ago

Hi

Does it work with version 8.5.0-release-jitpack (without v)?

CarGuo commented 3 weeks ago

This version was once compiled normally with v & without v

image

There are two tags: 8.5.0-release-jitpack and v8.5.0-release-jitpack, In this example, v8.5.0-release-jitpack has been lost something:

image image

and 8.5.0-release-jitpack work fine:

but not only v8.5.0-release-jitpack version, also like :

✅ right:https://jitpack.io/com/github/CarGuo/GSYVideoPlayer/gsyVideoPlayer-arm64/v8.3.5-release-jitpack/gsyVideoPlayer-arm64-v8.3.5-release-jitpack.pom

✅ right:https://jitpack.io/com/github/CarGuo/GSYVideoPlayer/gsyVideoPlayer-arm64/v9.0.0-release-jitpack/gsyVideoPlayer-arm64-v9.0.0-release-jitpack.pom

❌lost : https://jitpack.io/com/github/CarGuo/GSYVideoPlayer/gsyVideoPlayer-arm64/v8.3.1-release-jitpack/gsyVideoPlayer-arm64-v8.3.1-release-jitpack.pom

❌lost : https://jitpack.io/com/github/CarGuo/GSYVideoPlayer/gsyVideoPlayer-arm64/v8.3.0-release-jitpack/gsyVideoPlayer-arm64-v8.3.0-release-jitpack.pom

image

image

So it looks strange, like the history pack will be randomly lost.

CarGuo commented 2 weeks ago

any update ?