Uploads conan package to Barbarian.
The recipe has to be present in the file system before using this action, for example by using github action actions/checkout
.
This action will create a barbarian
branch on the repo, and commit information on the recipe revision on this branch. More information can be found in barbarian documentation
Works on: Linux
The path to the recipe to upload. It should contain the conanfile
The name of the package to upload
The version of the package to upload
No outputs
- uses: ericLemanissier/barbarian-upload@main
with:
recipe_path: recipes/qt/6.x.x
package_name: qt
package_version: 6.2.1