Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support: Fails to download Hugo on Windows runners #637

Open
3 tasks done
bglw opened this issue Sep 21, 2023 · 2 comments
Open
3 tasks done

support: Fails to download Hugo on Windows runners #637

bglw opened this issue Sep 21, 2023 · 2 comments
Assignees
Labels
support User support

Comments

@bglw
Copy link

bglw commented Sep 21, 2023

Checklist

Describe your question

Hugo fails to install on Windows via this action, as the Windows release was renamed from Windows-64bit to windows-amd64 (See recent releases).

Relevant links

No relevant public link, but the action will hard error downloading any recent version of Hugo on Windows.

Relevant log output

Run peaceiris/actions-hugo@v2
  with:
    hugo-version: latest
    extended: true
  env:
    cwd: ./javascript-modules
Hugo version: 0.118.2
Error: Action failed with error Unexpected HTTP response: 404

Additional context.

N/A

@bglw bglw added the support User support label Sep 21, 2023
@bglw bglw changed the title support: support: Fails to download Hugo on Windows runners Sep 21, 2023
@zjwhitehead
Copy link

I'm getting the same issue. I wonder what changed

@frichtarik
Copy link

this should fix it #643
they changed both format of architecture (everything lowercase, amd64 instead of 64Bit) and format of os names (everything lowercase, darwin instead of MacOS)
strangely they left Linux-64Bit still amongst the assets, probably for some other projects that use legacy naming, i wonder when that will dissapear

change in archive naming was introduced in v0.103 https://github.com/gohugoio/hugo/releases/tag/v0.103.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support User support
Projects
None yet
Development

No branches or pull requests

4 participants