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

Automate latest download link #9

Open
cosmiccoincidence opened this issue Dec 30, 2023 · 0 comments
Open

Automate latest download link #9

cosmiccoincidence opened this issue Dec 30, 2023 · 0 comments
Labels
Feature High Priority Needs attention soon.

Comments

@cosmiccoincidence
Copy link
Member

cosmiccoincidence commented Dec 30, 2023

Currently the latest download link uses a variable on the downloads page to determine what version number is the latest. This variable needs to be updated manually currently for the website's download link to be updated after a new release.

It would be nice to automate this so that developers don't need to push a single line to the website repo each time a release is made.

https://github.com/USER/PROJECT/releases/latest/download/build.zip wont work for us because the name of our build changes each time because it has a version number in it.

Current game version can be found here it is referred to as the "bundleVersion".

Solutions

A. Rework our current download link to use the current game version in the game repo directly as the variable.

B. Automate a process to read the current game version and update the variable in the config file here on the website repo....

@cosmiccoincidence cosmiccoincidence added High Priority Needs attention soon. Feature labels Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature High Priority Needs attention soon.
Projects
None yet
Development

No branches or pull requests

1 participant