mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 21:24:43 +00:00
Removes reference to version.zip
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -110,7 +110,6 @@ jobs:
|
|||||||
Get-ChildItem "./"
|
Get-ChildItem "./"
|
||||||
$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.txt
|
Remove-Item -Path ./version.txt
|
||||||
- name: Check Directory
|
- name: Check Directory
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user