Skip to content

Commit 52b50c4

Browse files
committed
Developing build rpm package with container Ubuntu 20.04 and Qt6
1 parent 4d1a8fb commit 52b50c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-rpm-qt6-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
run: |
194194
rpmbuild --define "_topdir `pwd`" -v -ba SPECS/omodsim.spec
195195
rpmsign --addsign --define "_gpg_name 841A6E73CED20603737BDCBA457ECBB2757E57F1" \
196-
"${{ env.BUILD_RPM_DIR }}/RPMS/${{ env.RPM_ARCH }}/${{ env.RPM_PACKAGE_NAME }}-${{ env.APP_VERSION }}-${{ env.RPM_REVISION }}.${{ env.RPM_ARCH }}.rpm"
196+
'${{ env.BUILD_RPM_DIR }}/RPMS/${{ env.RPM_ARCH }}/${{ env.RPM_PACKAGE_NAME }}-${{ env.APP_VERSION }}-${{ env.RPM_REVISION }}.${{ env.RPM_ARCH }}.rpm'
197197
198198
- name: Upload RPM package
199199
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)