SmartSteamEmu icon indicating copy to clipboard operation
SmartSteamEmu copied to clipboard

Artifacts deleted

Open jeeger opened this issue 6 years ago • 4 comments

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

jeeger avatar Feb 23 '19 10:02 jeeger

This happened again.

Cerxi avatar Nov 07 '19 20:11 Cerxi

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

Margen67 avatar Nov 23 '19 06:11 Margen67

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

Margen67 avatar Dec 14 '19 15:12 Margen67

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

protoconal avatar Jul 12 '20 02:07 protoconal