Fixes syntax issue

This commit is contained in:
Neil Dorin
2020-03-19 09:34:33 -06:00
parent 0469afd2c5
commit 2854b02229

View File

@@ -147,8 +147,8 @@ jobs:
- name: Push tags
run: git push --tags origin
- name: Check Directory
run: |
Get-ChildItem "./"
run: Get-ChildItem ./
Public_Push_Output:
needs: build_project
runs-on: windows-latest
@@ -209,5 +209,5 @@ jobs:
- name: Push tags
run: git push --tags origin
- name: Check Directory
run: |
Get-ChildItem "./"
run: Get-ChildItem ./