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: schedule:
- cron: '0 0 * * *' # Run daily at midnight - cron: '0 0 * * *' # Run daily at midnight
workflow_dispatch: # Allow manual triggering workflow_dispatch: # Allow manual triggering
workflow_run: workflow_run: # Trigger from images
workflows: ["Create Images"] workflows:
- Create Images
types: types:
- completed - completed
jobs: jobs:
update-readme: update-readme:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -104,7 +104,7 @@ def main():
versions={} 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: for tag in tags:
matches = pattern.match(tag) matches = pattern.match(tag)
if matches: if matches: