mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 20:16:34 +00:00
Fixes version.txt generation
This commit is contained in:
parent
a4f2d7d8c2
commit
bffe60147a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
./.github/scripts/ZipBuildOutput.ps1
|
||||
- name: Write Version
|
||||
run:
|
||||
Write-Output "VERSION = $($Env:VERSION), BRANCH = $($Env:GITHUB_REF)" | Out-File -FilePath ".\version.txt"
|
||||
Write-Output "VERSION = $($Env:VERSION)" | Out-File -FilePath ".\output\version.txt"
|
||||
- name: Upload Build Output
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue