mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
removes unzip step
This commit is contained in:
parent
d6826bfd83
commit
91e52db5c9
1 changed files with 0 additions and 1 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
|
@ -109,7 +109,6 @@ jobs:
|
|||
shell: powershell
|
||||
run: |
|
||||
Get-ChildItem "./"
|
||||
Expand-Archive -Path version.zip -DestinationPath ./
|
||||
$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