From 8ab9baace6dd636a7ef8717187f1903e9caf9eb6 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Thu, 13 Feb 2025 10:26:11 -0600 Subject: [PATCH] ci: use correct path to remove version.txt --- .github/workflows/docker.yml | 3 +-- .github/workflows/main.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f908dfe..b733594 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5547f03..8b5a242 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: