Use local path rather than using workspace
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 31s

This commit is contained in:
2025-11-29 20:52:17 -05:00
parent 4e2c5b28e1
commit b981b458a7

View File

@@ -27,7 +27,7 @@ jobs:
- name: Setup workspace - name: Setup workspace
shell: bash shell: bash
run: | run: |
mkdir -p ${GITEA_WORKSPACE}/rpmbuild/{RPMS,SPECS} mkdir -p ./rpmbuild/{RPMS,SPECS}
cp ./hyprwayland-scanner/hyprwayland-scanner.spec ${GITEA_WORKSPACE}/rpmbuild/SPECS cp ./hyprwayland-scanner/hyprwayland-scanner.spec ${GITEA_WORKSPACE}/rpmbuild/SPECS
- name: Build RPM - name: Build RPM