one day ill get this right, today is not that day
This commit is contained in:
parent
a4b39c67af
commit
a154df4a7b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build-flatpost-f41.yml
vendored
4
.github/workflows/build-flatpost-f41.yml
vendored
|
|
@ -67,9 +67,13 @@ jobs:
|
|||
rpmbuild -ba packaging/rpm/flatpost.spec
|
||||
mv ~/rpmbuild/RPMS/noarch/flatpost-${{ env.VERSION }}*.rpm \
|
||||
~/rpmbuild/RPMS/noarch/flatpost-${{ env.VERSION }}.fc41.rpm
|
||||
mv ~/rpmbuild/SRPMS/noarch/flatpost-${{ env.VERSION }}*.rpm \
|
||||
~/rpmbuild/RPMS/noarch/flatpost-${{ env.VERSION }}.fc41.src.rpm
|
||||
|
||||
- name: Fedora-41
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: flatpost-${{ env.VERSION }}.fc41.rpm
|
||||
path: ~/rpmbuild/RPMS/noarch/flatpost-${{ env.VERSION }}.fc41.rpm
|
||||
name: flatpost-${{ env.VERSION }}.fc41.src.rpm
|
||||
path: ~/rpmbuild/RPMS/noarch/flatpost-${{ env.VERSION }}.fc41.src.rpm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue