mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-14 13:06:43 +00:00
Adds git tags command back and updates ZipBuildOutput to include .dll
This commit is contained in:
parent
206c388e8d
commit
82418946e1
2 changed files with 4 additions and 3 deletions
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 "./"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue