mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
ci
This commit is contained in:
parent
d3319e41ff
commit
2e1304d870
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -70,10 +70,10 @@ jobs:
|
||||||
Move-Item -Force .\canary.zip .\stg\latest.zip
|
Move-Item -Force .\canary.zip .\stg\latest.zip
|
||||||
$versionData.AssemblyVersion = $newVersion
|
$versionData.AssemblyVersion = $newVersion
|
||||||
$versionData | ConvertTo-Json -Compress | Out-File .\stg\version
|
$versionData | ConvertTo-Json -Compress | Out-File .\stg\version
|
||||||
|
|
||||||
$env:DVER = $newVersion
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$env:GITHUB_ENV += "DVER=" + $newVersion
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue