kaorlol / obtainium-artifact-downloader

This is a simple script that downloads any files from a github action extracts the apks from them and uploads them to your github releases.
5 stars 0 forks source link

Was Working Fine But Suddenly Stop Sending New Releases #2

Closed itsmechinmoy closed 1 month ago

itsmechinmoy commented 1 month ago

image a new update came 3 hrs ago

itsmechinmoy commented 1 month ago

same with my other repos too it shows that a commit was added but no release image

itsmechinmoy commented 1 month ago

but i checked ur dantotsu updater its working fine T_T

itsmechinmoy commented 1 month ago

image its showing updated for each of them but no new release if i remember correctly something like this happened to u b4r

kaorlol commented 1 month ago

i use this same repo for my dantotsu updater so i have no clue why it stopped working for you

kaorlol commented 1 month ago

nvm, i have found the issue. Fixing.

kaorlol commented 1 month ago

I dont think templates update all repos that use it so just change this line:

data.UpdateInfo(data.Info{ElapsedTime: time.Since(prevTime).Seconds()})

to this:

data.UpdateInfo(data.Info{ElapsedTime: time.Since(prevTime).Seconds(), Status: "success"})

in https://github.com/itsmechinmoy/dantotsu-updater/blob/master/src/main.go