mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Moved script line
This commit is contained in:
parent
5f0e528e37
commit
982aea5b7f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.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
|
||||
|
|
@ -133,3 +132,4 @@ jobs:
|
|||
# name: Build
|
||||
# - name: Check Directory
|
||||
# run: Get-ChildItem ${{env.GITHUB_WORKSPACE}}
|
||||
# Expand-Archive -Path version.zip -DestinationPath ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue