From e31e804a9bf5e5874cc8ec27ab8aafffe74d75d4 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Wed, 18 Mar 2020 15:32:49 -0600 Subject: [PATCH] added some quotes in some places --- .github/workflows/docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9fd18e2..ee93816 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -123,8 +123,8 @@ jobs: run: Get-ChildItem ./ - name: Unzip Build file run: | - Get-ChildItem -Path ./ -include @("*.zip") | Expand-Archive -DestinationPath ./ - Remove-Item -Path ./ -include @("*.zip") + Get-ChildItem -Path "./" -include @("*.zip") | Expand-Archive -DestinationPath ./ + Remove-Item -Path "./" -include @("*.zip") - name: Check directory again run: Get-ChildItem ./ - name: Copy build output and push @@ -139,7 +139,7 @@ jobs: git tag $($Env:VERSION) $branch = $($Env:GITHUB_REF) -Replace "refs/heads/" Write-Output $branch - git push --set-upstream origin $branch --force + git push --set-upstream origin "$($branch)" --force git push --tags origin - name: Check Directory run: |