Adds shell property

This commit is contained in:
Neil Dorin
2020-03-17 14:32:49 -06:00
parent bba2838936
commit c841e46afd

View File

@@ -104,6 +104,7 @@ jobs:
name: Version
path: ./version.zip
- name: Set Version Number
shell: powershell
run: |
Expand-Archive -Path ./version.zip -DestinationPath ./
$version = Get-Content -Path ./version.txt