mirror of
https://github.com/ekaaty/ca-certificates-brazil.git
synced 2025-12-06 01:22:38 -03:00
Testing Workflow
This commit is contained in:
20
.github/workflows/build-rpm.yml
vendored
20
.github/workflows/build-rpm.yml
vendored
@@ -58,4 +58,22 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: built-rpms
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user