ci: use correct path to remove version.txt

This commit is contained in:
Andrew Welker
2025-02-13 10:26:11 -06:00
committed by GitHub
parent 1ad1339f0c
commit 8ab9baace6
2 changed files with 2 additions and 4 deletions

View File

@@ -123,8 +123,7 @@ jobs:
$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
Remove-Item -Path ./Version
Remove-Item -Path ./version.txt
- name: Download Build output
uses: actions/download-artifact@v4
with:

View File

@@ -98,8 +98,7 @@ jobs:
$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
Remove-Item -Path ./Version
Remove-Item -Path ./version.txt
- name: Download Build output
uses: actions/download-artifact@v4
with: