Skip to content

Commit 4d1a8fb

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
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
@@ -211,5 +211,4 @@ jobs:
211211
- name: Upload public GPG key
212212
uses: actions/upload-artifact@v4
213213
with:
214-
name: ${{ env.RPM_PACKAGE_NAME }}.rpm.pubkey
215214
path: ${{ env.RPM_PACKAGE_NAME }}.rpm.pubkey

0 commit comments

Comments
 (0)