From 05ded838e5be9fd93c0f9266dda6f220ea0da55c Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 13 May 2023 22:46:19 +0200 Subject: [PATCH] ci: Actually write obs-studio version to environment --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79b90ed..7244b6d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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