change x86_64 to noarch
This commit is contained in:
parent
b8b23f9a72
commit
a673f741e2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-flatpost-f41.yml
vendored
6
.github/workflows/build-flatpost-f41.yml
vendored
|
|
@ -65,11 +65,11 @@ jobs:
|
||||||
cat packaging/rpm/flatpost.spec | grep commit
|
cat packaging/rpm/flatpost.spec | grep commit
|
||||||
|
|
||||||
rpmbuild -ba packaging/rpm/flatpost.spec
|
rpmbuild -ba packaging/rpm/flatpost.spec
|
||||||
mv ~/rpmbuild/RPMS/x86_64/flatpost-${{ env.VERSION }}*.rpm \
|
mv ~/rpmbuild/RPMS/noarch/flatpost-${{ env.VERSION }}*.rpm \
|
||||||
~/rpmbuild/RPMS/x86_64/flatpost-${{ env.VERSION }}.fc41.rpm
|
~/rpmbuild/RPMS/noarch/flatpost-${{ env.VERSION }}.fc41.rpm
|
||||||
|
|
||||||
- name: Fedora-41
|
- name: Fedora-41
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: flatpost-${{ env.VERSION }}.fc41.rpm
|
name: flatpost-${{ env.VERSION }}.fc41.rpm
|
||||||
path: ~/rpmbuild/RPMS/x86_64/flatpost-${{ env.VERSION }}.fc41.rpm
|
path: ~/rpmbuild/RPMS/noarch/flatpost-${{ env.VERSION }}.fc41.rpm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue