mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 12:36:38 +00:00
added some quotes in some places
This commit is contained in:
parent
e0d1b791a0
commit
e31e804a9b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue