mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-09 09:44:52 +00:00
taking it 1 step at a time
This commit is contained in:
11
.github/workflows/docker.yml
vendored
11
.github/workflows/docker.yml
vendored
@@ -108,11 +108,12 @@ jobs:
|
||||
- name: Set Version Number
|
||||
shell: powershell
|
||||
run: |
|
||||
Expand-Archive -Path ./version.zip -DestinationPath ./
|
||||
$version = Get-Content -Path ./version.txt
|
||||
Write-Output "::set-env name=VERSION::$version"
|
||||
Remove-Item -Path ./version.zip
|
||||
Remove-Item -Path ./version.txt
|
||||
Expand-Archive -Path version.zip -DestinationPath ./
|
||||
Get-ChildItem "./"
|
||||
# $version = Get-Content -Path ./version.txt
|
||||
# Write-Output "::set-env name=VERSION::$version"
|
||||
# Remove-Item -Path ./version.zip
|
||||
# Remove-Item -Path ./version.txt
|
||||
- name: Check Directory
|
||||
run: |
|
||||
Get-ChildItem "./"
|
||||
|
||||
Reference in New Issue
Block a user