Tweak linux matching
parent
827cb2ade4
commit
13daa0f5af
|
|
@ -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