mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Creating the out dir on pwd
This commit is contained in:
parent
371740c521
commit
77ce82c1e3
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
|||||||
- name: Build rpm package
|
- name: Build rpm package
|
||||||
run: |
|
run: |
|
||||||
mkdir out
|
mkdir out
|
||||||
rpmbuild -bb --buildroot ./out --build-in-place deployment/kyoo.spec
|
rpmbuild -bb --buildroot $(pwd)/out --build-in-place deployment/kyoo.spec
|
||||||
tree -a
|
tree -a
|
||||||
- name: Prepare arch package
|
- name: Prepare arch package
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user