Skip to content

Commit

Permalink
More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 20, 2024
1 parent 0ed9358 commit 407b594
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
echo "### Downloading for architecture ${ARCH}"
mkdir -p "dist/default_linux_${ARCH}"
curl --silent --show-error --location --fail \
"https://github.com/uniget-org/cli/releases/download/v${VERSION}/uniget_Linux_${ARCH}.tar.gz" \
url="https://github.com/uniget-org/cli/releases/download/v${VERSION}/uniget_Linux_${ARCH}.tar.gz"
echo "### Downloading from ${url}"
curl --silent --show-error --location --fail "${url}" \
| tar --extract --gzip --directory "dist/default_linux_${ARCH}" uniget
done
Expand Down

0 comments on commit 407b594

Please sign in to comment.