test 2
Build and Publish RPM / build-and-publish (push) Successful in 2m20s

This commit is contained in:
2025-10-08 17:33:37 +02:00
parent 6a0e638305
commit ae656dee5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,4 +49,4 @@ jobs:
find RPMS -type f -name '*.rpm' -exec curl -X PUT \
--user "pmodules-gitea:${{ secrets.PACKAGE_DEPLOY_TOKEN }}" \
--upload-file {} \
"https://${{ github.server_url }}/api/packages/${{ github.repository_owner }}/rpm/upload" \;
"${{ github.server_url }}/api/packages/${{ github.repository_owner }}/rpm/upload" \;
+1 -1
View File
@@ -49,4 +49,4 @@ jobs:
find RPMS -type f -name '*.rpm' -exec curl -X PUT \
--user "pmodules-gitea:${{ secrets.PACKAGE_DEPLOY_TOKEN }}" \
--upload-file {} \
"https://${{ github.server_url }}/api/packages/${{ github.repository_owner }}/rpm/upload" \;
"${{ github.server_url }}/api/packages/${{ github.repository_owner }}/rpm/upload" \;