Skip to content

Commit

Permalink
Fix release Hugo install
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Sep 21, 2023
1 parent 863acf5 commit 35d8eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install hugo
uses: supplypike/setup-bin@v1
with:
uri: "https://github.com/gohugoio/hugo/releases/download/v${{env.HUGO_VERSION}}/hugo_extended_${{env.HUGO_VERSION}}_${{matrix.hugo_target}}.${{matrix.hugo_extension}}"
uri: "https://github.com/gohugoio/hugo/releases/download/v${{env.HUGO_VERSION}}/hugo_extended_${{env.HUGO_VERSION}}_linux-amd64.tar.gz"
name: "hugo"
version: ${{env.HUGO_VERSION}}

Expand Down

0 comments on commit 35d8eec

Please sign in to comment.