Merge commit '8821e99ab51434f24f3e64dd7ec4cfeeb761a018' as 'external/SDL'

This commit is contained in:
SimoneN64
2024-09-04 22:32:48 +02:00
1913 changed files with 947421 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
commit=$(git rev-parse HEAD)
echo "Creating release workflow for commit $commit"
gh workflow run release.yml --ref main -f commit=$commit