diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e659b99..0e6052d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,7 @@ jobs: with: variables: | VERSION: '${{ github.ref_type }}' == 'tag' ? "${{ steps.release_info.outputs.version }}" : "0.0.0.0" + - run: echo "VERSION=$env:VERSION" >> $GITHUB_ENV - name: enable Projection FS run: Enable-WindowsOptionalFeature -Online -FeatureName Client-ProjFS -NoRestart