fix folder
This commit is contained in:
parent
00edfb7b66
commit
176d059230
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
ls
|
ls
|
||||||
FOLDER="result"
|
FOLDER="result/"
|
||||||
IMAGE_PATH=$(find "$FOLDER" -maxdepth 1 -type f -name '*.vma.zst' | head -n 1)
|
IMAGE_PATH=$(find "$FOLDER" -maxdepth 1 -type f -name '*.vma.zst' | head -n 1)
|
||||||
IMAGE=$(basename "$IMAGE_PATH")
|
IMAGE=$(basename "$IMAGE_PATH")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue