move finished rpm to github workspace

This commit is contained in:
Paul Dino Jones 2026-01-12 15:31:52 -05:00
parent 19a585b42c
commit 9815420c96
1 changed files with 2 additions and 2 deletions

View File

@ -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