ci: Actually write obs-studio version to environment
This commit is contained in:
parent
a5e55c42d4
commit
05ded838e5
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
echo "qt_url=${buildspecdata[2]}" >> $GITHUB_ENV
|
echo "qt_url=${buildspecdata[2]}" >> $GITHUB_ENV
|
||||||
|
|
||||||
# libOBS Version
|
# 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)"
|
- name: "Dependency: Qt (Cache)"
|
||||||
id: qt-cache
|
id: qt-cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|
@ -219,7 +219,7 @@ jobs:
|
||||||
echo "qt_url=${buildspecdata[2]}" >> $GITHUB_ENV
|
echo "qt_url=${buildspecdata[2]}" >> $GITHUB_ENV
|
||||||
|
|
||||||
# libOBS Version
|
# 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)"
|
- name: "Dependency: Qt (Cache)"
|
||||||
id: qt-cache
|
id: qt-cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue