fix typo on file type

This commit is contained in:
Paul Dino Jones 2026-01-12 15:11:58 -05:00
parent 25e7dd1045
commit 2d04b57b06
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ jobs:
- name: run spec file
run: rpmbuild -ba ~/fedora.spec
- name: rename file
run: cp ~/rpmbuild/RPMS/x86_64/monocoque-0.0.5-1.x86_64.rpm ~/monocoque-${{ matrix.os }}.deb
run: cp ~/rpmbuild/RPMS/x86_64/monocoque-0.0.5-1.x86_64.rpm ~/monocoque-${{ matrix.os }}.rpm
- name: Release the Package
uses: softprops/action-gh-release@v1
with: