ci: Actually write obs-studio version to environment

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-05-13 22:46:19 +02:00 committed by Xaymar
parent a5e55c42d4
commit 05ded838e5
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ jobs:
echo "qt_url=${buildspecdata[2]}" >> $GITHUB_ENV
# libOBS Version
echo "obs_version=$(cd "${{ github.workspace }}/third-party/obs-studio" && git describe --tags --long)"
echo "obs_version=$(cd "${{ github.workspace }}/third-party/obs-studio" && git describe --tags --long)" >> $GITHUB_ENV
- name: "Dependency: Qt (Cache)"
id: qt-cache
uses: actions/cache@v3
@ -219,7 +219,7 @@ jobs:
echo "qt_url=${buildspecdata[2]}" >> $GITHUB_ENV
# libOBS Version
echo "obs_version=$(cd "${{ github.workspace }}/third-party/obs-studio" && git describe --tags --long)"
echo "obs_version=$(cd "${{ github.workspace }}/third-party/obs-studio" && git describe --tags --long)" >> $GITHUB_ENV
- name: "Dependency: Qt (Cache)"
id: qt-cache
uses: actions/cache@v3