mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 13:14:49 +00:00
removes unzip step
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -109,7 +109,6 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
Get-ChildItem "./"
|
Get-ChildItem "./"
|
||||||
Expand-Archive -Path version.zip -DestinationPath ./
|
|
||||||
$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