mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-23 20:05:11 +00:00
ci: Actually write obs-studio version to environment
This commit is contained in:
parent
a5e55c42d4
commit
05ded838e5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue