hacking
Build and Publish RPM / build-and-publish (push) Successful in 2m19s

This commit is contained in:
2025-10-27 14:14:05 +01:00
parent b2b5908d3f
commit b04c13caff
+2 -2
View File
@@ -48,11 +48,11 @@ jobs:
- name: Check
run: |
# list generated rpms
find RPMS
find /data/RPMS
- name: Upload RPM packages
run: |
find RPMS -type f -name '*.rpm' -exec curl -X PUT \
find /data/RPMS -type f -name '*.rpm' -exec curl -X PUT \
--user "pmodules-gitea:${{ secrets.PACKAGE_DEPLOY_TOKEN }}" \
--upload-file {} \
"${{ github.server_url }}/api/packages/${{ github.repository_owner }}/rpm/upload" \;