Testing Workflow

This commit is contained in:
Christian Tosta
2025-04-18 05:34:45 -03:00
parent c459cb1d27
commit 8c521b1b4e

View File

@@ -58,4 +58,22 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: built-rpms
path: ~/rpmbuild/RPMS/
path: |
~/rpmbuild/RPMS/
~/rpmbuild/SRPMS/
- name: Push Git Tag
run: |
git config user.name "GitHub Actions"
git config user.email "github-actions@users.noreply.github.com"
git tag ${PKG_VERSION}
git push origin ${PKG_VERSION}
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag'
with:
draft: true
generate_release_notes: true
files: |
~/rpmbuild/RPMS/**/*.rpm