Asthowen / CargoGenerateRPM

This action allows to generate .rpm files with the cargo-generate-rpm tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CargoGenerateRPM

GitHub Actions Use git
License Stars

This action allows to generate .rpm files with the cargo-generate-rpm tool.

Output

The .rpm package is located in the folder target/generate-rpm/<RPM FILE>.

Example Usage

name: Build rpm package

on:
  push:
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2

      - name: Build .rpm
        uses: asthowen/CargoGenerateRPM@main

License

CargoGenerateRPM | GNU General Public License v3.0

About

This action allows to generate .rpm files with the cargo-generate-rpm tool.

License:GNU General Public License v3.0


Languages

Language:Dockerfile 74.2%Language:Shell 25.8%