Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artifacts deleted #4

Open
jeeger opened this issue Feb 23, 2019 · 4 comments
Open

Artifacts deleted #4

jeeger opened this issue Feb 23, 2019 · 4 comments

Comments

@jeeger
Copy link

jeeger commented Feb 23, 2019

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

@Cerxi
Copy link

Cerxi commented Nov 7, 2019

This happened again.

@Margen67
Copy link

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

@Margen67
Copy link

Margen67 commented Dec 14, 2019

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants