Compare commits

...

3 commits
vfinal ... main

3 changed files with 8 additions and 4 deletions

View file

@ -1,8 +1,6 @@
name: "sync from forge.joshwel.co"
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"
permissions:
contents: write

View file

@ -4,3 +4,9 @@
Deliverables/3RT/3RT_RunningLate_mAssets.zip
Deliverables/3RT/3RT_RunningLate_tSheetAtlas.zip
BuildArchive/RunningLate_InterimBuild.5a52367841df6a20a519420a768d2407096fefa1.7z
BuildArchive/RunningLate_Build-DEMO-3RTSTLD+e75ae7df7d543bab52a7ff4afadf40f7fc2bf0fc.7z
BuildArchive/RunningLate_Build-Final+Mark.8074991e1193c21cb8e727a25a76847fa09a5973.7z
BuildArchive/RunningLate_Build-Final+Ryan.5036822d3802a548b6925d63182160298aa77d42.7z
BuildArchive/RunningLate_Build-Interim+5a52367841df6a20a519420a768d2407096fefa1.7z
Deliverables/I3E/I3E_RunningLate_Build.zip
Deliverables/STLD/STLD_RunningLate_Walkthrough.mp4

View file

@ -568,9 +568,9 @@ def main() -> None:
]
step(
desc=f"7 lfs | filtering {len(sotaignored_files)} file(s)",
desc=f"7 lfs | filter repo and {len(sotaignored_files)} file(s)",
func=cmd(
"git filter-repo --force --invert-paths "
"git filter-repo --force --strip-blobs-bigger-than 100M --invert-paths "
+ " ".join(f'--path ""{lf}' "" for lf in sotaignored_files)
),
)