Files
megasource/libs/SDL3/build-scripts/create-release.sh
T
2024-04-17 21:49:48 +02:00

7 lines
150 B
Bash

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