move finished rpm to github workspace
This commit is contained in:
parent
19a585b42c
commit
9815420c96
|
|
@ -73,9 +73,9 @@ jobs:
|
||||||
- name: run spec file
|
- name: run spec file
|
||||||
run: rpmbuild -ba ~/fedora.spec
|
run: rpmbuild -ba ~/fedora.spec
|
||||||
- name: rename file
|
- name: rename file
|
||||||
run: cp ~/rpmbuild/RPMS/x86_64/monocoque-0.0.5-1.x86_64.rpm ~/monocoque-${{ matrix.os }}.rpm
|
run: cp ~/rpmbuild/RPMS/x86_64/monocoque-0.0.5-1.x86_64.rpm $GITHUB_WORKSPACE/monocoque-${{ matrix.os }}.rpm
|
||||||
- name: Release the Package
|
- name: Release the Package
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: ~/monocoque-${{ matrix.os }}.rpm
|
files: monocoque-${{ matrix.os }}.rpm
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue