Files
HyprlandRPM/.gitea/workflows/build-hyprwayland-scanner.yml
Eriq Taing 6527fbc42b
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 21s
Adjust workflow to the new action
2025-11-27 14:18:24 -05:00

31 lines
687 B
YAML

name: Build hyprwayland-scanner
on:
push:
branches:
- main
paths:
- .gitea/workflows/build-hyprwayland-scanner.yml
- "hyprwayland-scanner/**"
workflow_dispatch:
jobs:
build_push:
name: Build and push image
runs-on: ubuntu-latest
steps:
- name: Build RPM
uses: https://git.hydrosaber.com/hydros/build-rpm@main
with:
spec-file-path: ./hyprwayland-scanner/hyprwayland-scanner.spec
- name: List everything
shell: bash
run: |
echo "Home directory"
ls ~
echo "Current directory"
ls .
echo "Supposed rpm location"
ls ~/buildrpm/RPMS