Merge commit '8821e99ab51434f24f3e64dd7ec4cfeeb761a018' as 'external/SDL'
This commit is contained in:
6
external/SDL/build-scripts/create-release.sh
vendored
Executable file
6
external/SDL/build-scripts/create-release.sh
vendored
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user