mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 04:34:46 +00:00
Syntax issue?
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -108,7 +108,7 @@ jobs:
|
|||||||
- name: Set Version Number
|
- name: Set Version Number
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
Get-ChildItem "./"
|
Get-ChildItem "./"
|
||||||
$version = Get-Content -Path ./version.txt
|
$version = Get-Content -Path ./version.txt
|
||||||
Write-Output "::set-env name=VERSION::$version"
|
Write-Output "::set-env name=VERSION::$version"
|
||||||
Remove-Item -Path ./version.zip
|
Remove-Item -Path ./version.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user