Skip to content

Add D parameter to install for when directory does not exist #167

Add D parameter to install for when directory does not exist

Add D parameter to install for when directory does not exist #167

Workflow file for this run

name: Build RPM
on: [push, pull_request]
jobs:
rpmbuild:
runs-on: ubuntu-latest
container:
image: rockylinux:9
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install rpmbuild
run: dnf -y install rpm-build
- name: Run build script
run: ./bdist_rpm.sh