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

Add binaries-location option #39

Merged
merged 4 commits into from
Mar 13, 2023
Merged

Conversation

jonaprieto
Copy link
Contributor

@jonaprieto jonaprieto commented Jan 25, 2023

This PR adds a new parameter to specify a relative path to the release archive where one can find the binaries. For example, if the binaries are located in the 'bin' directory of the release archive, the parameter should be bin. As multiple files may exist in the release archive, the option rename-to has no effect combined with binaries-location.

@jaxxstorm
Copy link
Owner

@jonaprieto please readd the node_modules directory. GitHub actions requires that to function correctly.

@jonaprieto
Copy link
Contributor Author

Ok, I didn't know.

@jaxxstorm
Copy link
Owner

Looks like there's still a big delta here between the original branch and your changes. Would be great to reduce that so i can adequately review it

@jonaprieto
Copy link
Contributor Author

jonaprieto commented Jan 26, 2023

Ok, let me know if I need to do something else. After considering this PR, you need to generate the node_modules folder with the new updates again.

@jaxxstorm
Copy link
Owner

@jaxxstorm jaxxstorm merged commit 712e355 into jaxxstorm:master Mar 13, 2023
jonaprieto added a commit to anoma/juvix that referenced this pull request Mar 21, 2023
This PR does CI maintenance consisting of the following:

- Use https://github.com/freckle/stack-action to build and test the
Haskell codebase
- Update Gh-release action:
jaxxstorm/action-install-gh-release#39 is merged
into the main branch, so we return to the original GitHub action.
- Simplifies pre-commit action. Use the `SKIP` environmental variable to
avoid running ormolu in the CI.
- The ormolu Github action now supports version input since v11. Fixed
to use `Ormolu v0.5.2`.
  - haskell-actions/run-ormolu#26),
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

Successfully merging this pull request may close these issues.

Support binaries not at the top level for adding to PATH
2 participants