Skip to content

Commit 6148c2d

Browse files
committed
Update
1 parent aeba4b5 commit 6148c2d

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/addon.yml

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

YT-21.04.223-arm64-Amoled.apk

70 MB
Binary file not shown.

YT-21.04.223-arm64-Amoled.apk.st

74 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)