File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments