MovingBlocks / movingblocks.github.com

Terasology's Homepage hosted as a GitHub Page. On the page you can download Terasology, view related videos, go to the forum, etc.
https://terasology.org/
MIT License
7 stars 17 forks source link

fix: fix Windows launcher download link #208

Closed BenjaminAmos closed 1 year ago

BenjaminAmos commented 1 year ago

This fixes the launcher downloads for Windows by changing the download index to 2, since there are only 3 downloads available. Indexes start from 0.

You can verify that the index for Windows is 2 by checking the API output directly at https://api.github.com/repos/MovingBlocks/TerasologyLauncher/releases/latest.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

github-advanced-security[bot] commented 1 year ago

You have successfully added a new ESLint configuration .github/workflows/lint.yml:eslint. As part of the setup process, we have scanned this repository and found 2 existing alerts. Please check the repository Security tab to see all alerts.

Cervator commented 1 year ago

Nice done! Failure looks to be credential related which might be from this being a PR. Security tab isn't available, despite bots coming out of the woodwork to report things. Change looks simple enough so I'm going to merge it!

Fixes https://github.com/MovingBlocks/Terasology/issues/5092