Skip to content

Commit 869d4dc

Browse files
committed
ci: benchmark: Fix installation of gdu
1 parent 8954853 commit 869d4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ jobs:
567567
run: |
568568
mkdir -p GDU.tmp
569569
curl -L "${REPO}/releases/download/v${VERSION}/gdu_linux_amd64.tgz" > tmp.gdu.tar.gz
570-
tar xf tmp.dua.tar.gz --directory=GDU.tmp
570+
tar xf tmp.gdu.tar.gz --directory=GDU.tmp
571571
mkdir -p GDU.tmp/bin
572572
chmod +x GDU.tmp/gdu_linux_amd64
573573
ln -s "$(pwd)/GDU.tmp/gdu_linux_amd64" GDU.tmp/bin/gdu

0 commit comments

Comments
 (0)