EventStore / EventStore.UI

The user interface for Event Store
57 stars 37 forks source link

Use improved and supported asset uploader (DB-308) #362

Closed pvanbuijtene closed 1 year ago

pvanbuijtene commented 1 year ago

Changed: Use improved and supported release asset uploader.

We occasionally have failing nightly builds caused by the EventStore.UI nightly release not being properly linked to the nightly tag, instead it's linked to untagged-73fb15d9d4098dc463d3. Because of this the nightly build can't retrieve the nightly UI release by tag name and fails on this.

linear[bot] commented 1 year ago
DB-308 Improve nightly build stability

We occasionally have failing nightly builds caused by the `EventStore.UI` nightly release not being properly linked to the nightly tag, instead it is linked to `untagged-73fb15d9d4098dc463d3`. Because of this the nightly build can't retrieve the nightly UI release by tag name and fails on this. The exact reason isn't clear but it could be related to the re-tagging every nightly release or something with the release asset uploader.