mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix deploy again
This commit is contained in:
parent
67f35397da
commit
80afbf9f45
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
$branchName = "stg"
|
$branchName = "stg"
|
||||||
}
|
}
|
||||||
|
|
||||||
$newVersion = [System.IO.File]::ReadAllText("$(Get-Location)\scratch\TEMP_assver.txt")
|
$newVersion = [System.IO.File]::ReadAllText("$(Get-Location)\scratch\TEMP_gitver.txt")
|
||||||
Remove-Item -Force -Recurse .\scratch
|
Remove-Item -Force -Recurse .\scratch
|
||||||
|
|
||||||
if (Test-Path -Path $branchName) {
|
if (Test-Path -Path $branchName) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue