Skip to content

Commit 83af524

Browse files
committed
Update
1 parent 6148c2d commit 83af524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/addon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "Processing: $vv"
2222
(
2323
cd "$vv"
24-
find "$vv" -exec touch -d "2026-01-01 00:00:00" {} +
24+
find . -exec touch -d "2026-01-01 00:00:00" {} +
2525
7z a -t7z -mmt=off -mtc=off -mta=off -y /home/runner/${vv##*/}.add
2626
)
2727
done

0 commit comments

Comments
 (0)