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
@Virus5600 any specific reason you're running the action on a Windows runner?
I'm willing to work toward officially supporting Windows runners if there's a genuine use-case.
I would be entirely opposed to using that action you mentioned though, it seems to be wildly overcomplicated for fetching a single file.
I'm also relatively sure curl in some form is in GitHub's Windows runner images and I'm keen to avoid another dependency if possible.
I'm testing on both Ubuntu and Windows for my actions but it kept failing at Lines 102 - 107 due to
wget
only available when the OS is set to Ubuntu.A quick fix of having a conditional step for this or using suisei-cn/actions-download-file workflow can be applied to prevent such errors.
This line would suffice for the latter option:
The text was updated successfully, but these errors were encountered: