mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
back to trying things...
This commit is contained in:
8
.github/workflows/docker.yml
vendored
8
.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 .\*.zip | Expand-Archive -DestinationPath .\
|
||||
Remove-Item -Path .\ -include @("*.zip")
|
||||
- name: Check directory again
|
||||
run: Get-ChildItem ./
|
||||
- name: Copy build output and push
|
||||
@@ -137,9 +137,7 @@ jobs:
|
||||
Write-Host $commit
|
||||
git commit -m $commit
|
||||
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 $($($Env:GITHUB_REF) -Replace "refs/heads/") --force
|
||||
git push --tags origin
|
||||
- name: Check Directory
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user