mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-01 22:04:43 +00:00
Adds git tags command back and updates ZipBuildOutput to include .dll
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -38,7 +38,6 @@ jobs:
|
||||
Write-Host "Setting build type to Release"
|
||||
Write-Output "::set-env name=BUILD_TYPE::Release"
|
||||
}
|
||||
|
||||
- name: Fetch tags
|
||||
run: git fetch --tags
|
||||
- name: Set Version Number
|
||||
@@ -144,7 +143,7 @@ jobs:
|
||||
$branch = $($Env:GITHUB_REF) -replace "refs/heads/"
|
||||
Write-Host "Branch: $branch"
|
||||
git push -u origin $($branch) --force
|
||||
#git push --tags origin
|
||||
git push --tags origin
|
||||
- name: Check Directory
|
||||
run: |
|
||||
Get-ChildItem "./"
|
||||
|
||||
Reference in New Issue
Block a user