This commit is contained in:
@@ -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" \;
|
||||
|
||||
Reference in New Issue
Block a user