MAXBURAOT / SmartSteamEmu

SSELauncher Comfy Edition 2018 By LoodBot/Syahmixp (Steam Emulator)
400 stars 62 forks source link

Artifacts deleted #4

Open jeeger opened 5 years ago

jeeger commented 5 years ago

Hey! Unfortunately, the build artifacts have been deleted, which means the download link doesn't work. Re-running the build should fix this.

Cerxi commented 4 years ago

This happened again.

Margen67 commented 4 years ago

This is due to AppVeyor's artifact retention policy: https://www.appveyor.com/blog/2018/05/24/artifacts-retention-policy/

Margen67 commented 4 years ago

Here's a build I made with Visual Studio 2019 using AppVeyor: SSELauncher.zip

If you don't trust it, you can build it yourself using this AppVeyor yml:

version: '{build}'

image: Visual Studio 2019

configuration: Release

build:
  project: SSELauncher.sln
  parallel: true

test: off

artifacts:
- path: bin\Release\SSELauncher.exe

deploy: off
protoconal commented 4 years ago

Wow, I should have found this thread before replicating the build process in my repo.