forked from Conjure-Tools/unity-runner
updated readme generation
This commit is contained in:
parent
a7fbe67e26
commit
2212e751ee
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user