mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-08-31 19:08:26 +00:00
ci: use correct path to get version.txt
This commit is contained in:
parent
f3f34ea7fd
commit
af88714643
1 changed files with 2 additions and 4 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
|
@ -119,10 +119,8 @@ jobs:
|
|||
name: Version
|
||||
- name: Set Version Number
|
||||
shell: powershell
|
||||
run: |
|
||||
Get-ChildItem "."
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue