/CargoGenerateRPM

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

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

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