updated readme generation

This commit is contained in:
Lachee 2025-05-07 21:34:51 +10:00
parent a7fbe67e26
commit 2212e751ee
No known key found for this signature in database
GPG Key ID: F1694B0D3BCBCD55
2 changed files with 7 additions and 5 deletions

View File

@ -4,10 +4,12 @@ on:
schedule:
- cron: '0 0 * * *' # Run daily at midnight
workflow_dispatch: # Allow manual triggering
workflow_run:
workflows: ["Create Images"]
workflow_run: # Trigger from images
workflows:
- Create Images
types:
- completed
jobs:
update-readme:
runs-on: ubuntu-latest

View File

@ -104,7 +104,7 @@ def main():
versions={}
pattern = re.compile(r"(\w+)-(\d+\.\d+\.\d+\w*)-(\w+)-runner")
pattern = re.compile(r"(\w+)-(\d+\.\d+\.\d+\w*)-(\w+)(-mono|-il2cpp)?-runner")
for tag in tags:
matches = pattern.match(tag)
if matches: