This commit is contained in:
Sebastian Graef 2022-09-22 17:57:14 +10:00
Родитель d6c1ce86a7
Коммит 847048cc70
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/publish.yml поставляемый
Просмотреть файл

@ -53,7 +53,7 @@ jobs:
$ModulesPath = Join-Path $env:GITHUB_WORKSPACE "${{ env.modulesPath }}"
# Get-ParentModules $ModulesPath -Verbose
Get-ChildItem -Recurse -Depth 3 | select FullName
Get-ChildItem $ModulesPath -Recurse -Depth 3 | select FullName
- name: Azure Login
if: github.event.inputs.publish == 'true'