removes -b switch on master branch checkout

This commit is contained in:
Andrew Welker
2020-04-10 09:51:25 -06:00
parent 4edf8921bb
commit 011e82676c

View File

@@ -112,7 +112,7 @@ jobs:
Remove-Item -Path ./Version
# Checkout/Create the branch
- name: Checkout Master 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