This commit is contained in:
Akkadius 2023-01-20 16:54:10 -06:00
parent f22c08cbdb
commit d1d119d7fb
2 changed files with 4 additions and 1 deletions

View File

@ -107,6 +107,9 @@ kind: pipeline
type: exec type: exec
name: Build Windows Binaries name: Build Windows Binaries
clone:
depth: 1
platform: platform:
os: windows os: windows
arch: amd64 arch: amd64

View File

@ -28,7 +28,7 @@ try
# rclone copy eqemu-server-windows-x64.zip remote: # rclone copy eqemu-server-windows-x64.zip remote:
# rclone ls remote: # rclone ls remote:
} }
finally catch
{ {
Write-Host ("Caught signal to end") Write-Host ("Caught signal to end")
} }