General rework of the build process (distribution source and rpm).

This commit is contained in:
Doncho N. Gunchev 2024-02-22 11:31:44 +02:00
parent e68638230a
commit 5b8a75b75c
Signed by: dgunchev
GPG key ID: D30FD19F37E002A9
6 changed files with 55 additions and 21 deletions

View file

@ -26,18 +26,6 @@ jobs:
- name: Setup RPM build environment
run: rpmdev-setuptree
- name: List all files here
run: ls -al
- name: Show GITHUB_WORKSPACE
run: echo "$GITHUB_WORKSPACE"
- name: List GITHUB_WORKSPACE
run: ls -al "$GITHUB_WORKSPACE"
- name: List all files here
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Show the Makefile help screen
run: make