mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-01-04 01:57:51 +00:00
fix syntax error [ci skip]
This commit is contained in:
parent
efa8a47b8d
commit
074af609bc
|
@ -44,7 +44,7 @@ for:
|
|||
- appveyor_build_worker_image: Visual Studio 2019
|
||||
|
||||
init:
|
||||
- ps: >-
|
||||
- ps: |
|
||||
if ($env:APPVEYOR_REPO_TAG -eq "true")
|
||||
{
|
||||
Update-AppveyorBuild -Version "$env:APPVEYOR_REPO_TAG_NAME"
|
||||
|
@ -85,7 +85,7 @@ for:
|
|||
- appveyor_build_worker_image: macos-monterey
|
||||
|
||||
init:
|
||||
- ps: >-
|
||||
- ps: |
|
||||
if ($env:APPVEYOR_REPO_TAG -eq "true")
|
||||
{
|
||||
Update-AppveyorBuild -Version "$env:APPVEYOR_REPO_TAG_NAME"
|
||||
|
@ -127,7 +127,7 @@ for:
|
|||
- appveyor_build_worker_image: Ubuntu
|
||||
|
||||
init:
|
||||
- ps: >-
|
||||
- ps: |
|
||||
if ($env:APPVEYOR_REPO_TAG -eq "true")
|
||||
{
|
||||
Update-AppveyorBuild -Version "$env:APPVEYOR_REPO_TAG_NAME"
|
||||
|
|
Loading…
Reference in a new issue