Slackadays / Clipboard

😎🏖️🐬 Your new, 𝙧𝙞𝙙𝙤𝙣𝙠𝙪𝙡𝙞𝙘𝙞𝙤𝙪𝙨𝙡𝙮 smart clipboard manager
https://getclipboard.app/
GNU General Public License v3.0
4.6k stars 134 forks source link

Windows installation fails #198

Open Kurren123 opened 1 month ago

Kurren123 commented 1 month ago

Describe the bug The windows installation is failing with the following error:

Invoke-WebRequest : Error 404 – Not Found
GitHub produced an error for the download of artifact #1119605681.
Usually this means that the artifact has expired (>90 days).
Check on GitHub: https://github.com/Slackadays/Clipboard/suites/19111531853/artifacts/1119605681
Return to the home page
At line:1 char:1
+ Invoke-WebRequest https://nightly.link/Slackadays/Clipboard/workflows ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

To Reproduce Run (Invoke-WebRequest -UseBasicParsing https://github.com/Slackadays/Clipboard/raw/main/install.ps1).Content | powershell

Expected behavior Should install without errors

Questionnaire Check these boxes to see if your issue is valid or not.

Additional context I'm on windows 11

Kurren123 commented 1 month ago

May I suggest instead of downloading the github artifact, which expires, we publish to winget? I can work on this if you're happy with this plan.