diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d174e20..5547f03 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,9 +94,8 @@ jobs: name: Version - name: Set Version Number shell: powershell - run: | - Get-ChildItem "./Version" - $version = Get-Content -Path ./Version/version.txt + run: | + $version = Get-Content -Path ./version.txt Write-Host "Version: $version" echo "VERSION=$version" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append Remove-Item -Path ./Version/version.txt