-
Notifications
You must be signed in to change notification settings - Fork 10
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
fpm-setup action broken by Continuous Deployment Changes #6
Comments
When selecting the latest version, the latest stable version should be targeted rather than the one we deploy continuously. |
Looking at the code that determines the latest release version (here), it seems that we can now assume that I can submit a PR if you think that's correct and you don't want to make the change yourself. |
There is always the possibility to check for the latest release https://github.com/fortran-lang/fpm/releases/latest rather than checking for the newest tag. |
Fixed by #7 |
Description
Not sure whether to report the bug here or at the fpm-setup repo, but the latest changes appear to have broken that action.
Expected Behaviour
The action is trying to download the "latest" version of fpm, which is now, presumably the "current" Release, but the binaries don't follow the same naming convention (i.e.
fpm-<version>-linux-x86_64
. Is the recommended usage to specify an fpm version with the action, or should something be changed?Version of fpm
current
Platform and Architecture
Linux, Windows and MacOS
Additional Information
Output from running the action
The text was updated successfully, but these errors were encountered: