make the package match more robust.
parent
508e73379b
commit
692a86e7cf
|
|
@ -167,7 +167,7 @@ jobs:
|
|||
path_sep="\\"
|
||||
fi
|
||||
function find_most_recent_bundle() {
|
||||
local pattern="$1.*$2.*"
|
||||
local pattern="$1-.*$2-.*"
|
||||
local most_recent_file=$(ls -t "${{ github.workspace }}" | grep "$pattern" | head -1)
|
||||
if [ -z "$most_recent_file" ]; then
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue