rpm deposuna ekleme deneme 2
Some checks failed
MusicPlayer Fedora RPM Build / fedora-compilation (push) Failing after 2m38s

This commit is contained in:
2026-03-31 01:49:05 +03:00
parent b245c98b96
commit f6418ef244

View File

@@ -96,6 +96,8 @@ jobs:
-H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \ -H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \
-F "attachment=@$NEW_RPM_NAME" \ -F "attachment=@$NEW_RPM_NAME" \
"https://git.y1lm0z.me/api/v1/repos/${{ gitea.repository }}/releases/$RELEASE_ID/assets" "https://git.y1lm0z.me/api/v1/repos/${{ gitea.repository }}/releases/$RELEASE_ID/assets"
curl "--user your_username: ${{ secrets.RELEASE_TOKEN }}" \ - name: Upload RPM Package
run: |
curl -H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \
--upload-file path/to/file.rpm \ --upload-file path/to/file.rpm \
https://git.y1lm0z.me/api/packages/y1lm0z/rpm/upload https://git.y1lm0z.me/api/packages/y1lm0z/rpm/upload