mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-11-23 10:09:48 +00:00
Added a script to trigger the release workflow
This commit is contained in:
parent
36e73bdda4
commit
96fbd10de0
6
build-scripts/create-release.sh
Executable file
6
build-scripts/create-release.sh
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
|
||||
|
Loading…
Reference in New Issue
Block a user