Skip to content

Commit 2d04b57

Browse files
committed
fix typo on file type
1 parent 25e7dd1 commit 2d04b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: run spec file
7575
run: rpmbuild -ba ~/fedora.spec
7676
- name: rename file
77-
run: cp ~/rpmbuild/RPMS/x86_64/monocoque-0.0.5-1.x86_64.rpm ~/monocoque-${{ matrix.os }}.deb
77+
run: cp ~/rpmbuild/RPMS/x86_64/monocoque-0.0.5-1.x86_64.rpm ~/monocoque-${{ matrix.os }}.rpm
7878
- name: Release the Package
7979
uses: softprops/action-gh-release@v1
8080
with:

0 commit comments

Comments
 (0)