checking directories

This commit is contained in:
Andrew Welker
2020-03-17 14:27:30 -06:00
parent bba2838936
commit 8b2fe14224

View File

@@ -103,6 +103,8 @@ jobs:
with: with:
name: Version name: Version
path: ./version.zip path: ./version.zip
- name: Check Directory
run: Get-ChildItem "./"
- name: Set Version Number - name: Set Version Number
run: | run: |
Expand-Archive -Path ./version.zip -DestinationPath ./ Expand-Archive -Path ./version.zip -DestinationPath ./
@@ -112,7 +114,7 @@ jobs:
Remove-Item -Path ./version.txt Remove-Item -Path ./version.txt
- name: Check Directory - name: Check Directory
run: | run: |
Get-ChildItem ./ Get-ChildItem "./"
# public_push_output: # public_push_output:
# needs: build_project # needs: build_project
# runs-on: windows-latest # runs-on: windows-latest