-
Notifications
You must be signed in to change notification settings - Fork 8
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
GitHub Action release not found #414
Comments
Huh, both https://cli.github.com/manual/gh_release_list and https://cli.github.com/manual/gh_release_download seem to exist?! I cannot immediately spot what the problem here is. |
But staring at this: Line 35 in dc5fe31
I suspect that this is because I have IMHO Bazel Steward should still work with that and not have "magic version picking" that prevents one from using this; perhaps that could be fixed or improved in this issue. In the meantime, I suspect that I can work around it by using a version tag instead of a revision. Except that I don't like doing that very much. |
Background: |
Hmm, do you have an idea how to set it up in a secure way? It would need to be built from sources on each run I guess if we want to point to a commit. I see that setup-node just commits the dist file into repo, which is rather a no go for java app. We could also split version of action and version of the app, then you'd pin to the yaml content with commit and action could use coursier to run based on version specified separately. I guess you'd also need to provide SHA for the main artifact, or ideally the whole tree. |
@lukaszwawrzyk I have to admit that I'm actually not super "à jour" on the intrinsics of GitHub Actions... ... but they are basically container images, right? Can't it just contain the JAR? It just "conceptually" seems strange to me that you have to DL it with I also would not commit the binary dist file into repo, that's very ugly, I agree. But during the build of the action (if there is a such a thing, I may be misunderstanding!) it could built & included? |
https://github.com/enola-dev/enola/actions/runs/13642412830/job/38134933735
The text was updated successfully, but these errors were encountered: