CI: Allow usage of RC's for objects

This commit is contained in:
tt2468 2021-06-01 18:12:15 -07:00
parent 1ca10f3e34
commit 27ab3e0ea8

View File

@ -7,7 +7,7 @@ if not exist %OBS_PATH% (
echo obs-studio directory does not exist
git clone https://github.com/obsproject/obs-studio %OBS_PATH%
cd /D %OBS_PATH%\
git describe --tags --abbrev=0 --exclude="*-rc*" > "%OBS_PATH%\obs-studio-latest-tag.txt"
git describe --tags --abbrev=0 > "%OBS_PATH%\obs-studio-latest-tag.txt"
set /p OBS_LATEST_TAG=<"%OBS_PATH%\obs-studio-latest-tag.txt"
)