You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Not an issue, but something I'm going to share in case it helps others.
So for example, if you've been basing your
au_getLatest
function on this template:https://github.com/majkinetor/au-packages-template/blob/e1c85e0814f0989278fdc5427cbb94c44a891da4/prey/update.ps1#L3-L30
You might see some breakage now. The error message might show something along the lines of:
This is due to the code not being able to find the link on the page. The asset links are no longer included in the initial page load.
A safer idea would likely be to use the GitHub API, something like this:
jharrilim/chocolatey-packages@2615d26
Luckily enough, this is a public API so you don't even need to put a PAT in AppVeyor to get it to work.
Beta Was this translation helpful? Give feedback.
All reactions