mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Syntax issue?
This commit is contained in:
parent
982aea5b7f
commit
d2012b1535
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -108,7 +108,7 @@ jobs:
|
|||
- name: Set Version Number
|
||||
shell: powershell
|
||||
run: |
|
||||
Get-ChildItem "./"
|
||||
Get-ChildItem "./"
|
||||
$version = Get-Content -Path ./version.txt
|
||||
Write-Output "::set-env name=VERSION::$version"
|
||||
Remove-Item -Path ./version.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue