fixes -b switch for public push job

This commit is contained in:
Andrew Welker
2020-04-13 11:37:01 -06:00
parent 011e82676c
commit 5a75be0a66

View File

@@ -183,9 +183,9 @@ jobs:
Write-Output "::set-env name=VERSION::$version"
Remove-Item -Path ./Version/version.txt
Remove-Item -Path ./Version
# Checkout/Create the branch
# Checkout master branch
- name: Create new branch
run: git checkout -b master
run: git checkout master
# Download the build output into the repo
- name: Download Build output
uses: actions/download-artifact@v1