Skip to content

Commit b2a14e5

Browse files
author
marci
committed
Korrigiere Download-Links und Dateinamen für Hugo im Build-Skript
1 parent e1809fa commit b2a14e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ main() {
77

88
# Install Hugo
99
echo "Installing Hugo version $Hugo_VERSION..."
10-
curl -LJO "https://github.com/gohugoio/hugo/releases/download/v$Hugo_VERSION/hugo_extended_$Hugo_VERSION_Linux-64bit.tar.gz"
11-
tar -xzf "hugo_extended_$Hugo_VERSION_Linux-64bit.tar
10+
curl -LJO "https://github.com/gohugoio/hugo/releases/download/v$Hugo_VERSION/hugo_extended_$Hugo_VERSION_linux-amd64.tar.gz"
11+
tar -xzf "hugo_extended_$Hugo_VERSION_linux-amd64.tar
1212
cp hugo /opt/buildhome
13-
rm LICENSE.txt README.md hugo_extended_$Hugo_VERSION_Linux-64bit.tar.gz
13+
rm LICENSE.txt README.md hugo_extended_$Hugo_VERSION_linux-amd64.tar.gz
1414
1515
echo "Hugo version $Hugo_VERSION installed successfully."
1616
echo Go: "${go version}"

0 commit comments

Comments
 (0)