diff --git a/.github/workflows/sdrangel.yml b/.github/workflows/sdrangel.yml index 95c1eb4e6..40d351b6f 100644 --- a/.github/workflows/sdrangel.yml +++ b/.github/workflows/sdrangel.yml @@ -42,7 +42,7 @@ jobs: echo github.workspace: ${{ github.workspace }} - name: Get version id: get_version - run: echo "version=$(git describe --tags | cut -c2-)" >> $GITHUB_OUTPUT + run: echo "version=$(git describe --tags | cut -c2-)" >> $env:GITHUB_OUTPUT - name: Install basic dependencies on Windows if: startsWith(matrix.config.os, 'windows') run: |