Skip to content

Commit

Permalink
include version output in upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Sep 1, 2024
1 parent e6046c3 commit 4ca8810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ul.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mv -f hashes.txt.all hashes.txt
# Create an artifact that includes all packages
_ALL="all-${_PKGOS}-${CURL_VER_}${_REVSUFFIX}${_FLAV}.zip"
{
find . -maxdepth 1 -type f -name "*-*-${_PKGOS}*.*" | sort
find . -maxdepth 1 -type f \( -name "*-*-${_PKGOS}*.*" -o -name "*-version-*.txt" \) | sort
echo 'hashes.txt'
echo "${_BLD}"
echo "${_URLS}"
Expand Down

0 comments on commit 4ca8810

Please sign in to comment.