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:
10
.github/workflows/build-rpm.yml
vendored
10
.github/workflows/build-rpm.yml
vendored
@@ -32,8 +32,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
fetch-depth: '0'
|
|
||||||
|
|
||||||
- name: Create source tarball
|
- name: Create source tarball
|
||||||
run: |
|
run: |
|
||||||
@@ -48,13 +46,6 @@ jobs:
|
|||||||
build/CPackConfig.cmake) \
|
build/CPackConfig.cmake) \
|
||||||
" >> $GITHUB_ENV
|
" >> $GITHUB_ENV
|
||||||
|
|
||||||
# - 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: Copy SOURCES and SPEC file
|
- name: Copy SOURCES and SPEC file
|
||||||
run: |
|
run: |
|
||||||
cp packaging/pkg.spec.in ~/rpmbuild/SPECS/${PKG_NAME}.spec
|
cp packaging/pkg.spec.in ~/rpmbuild/SPECS/${PKG_NAME}.spec
|
||||||
@@ -78,7 +69,6 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
with:
|
with:
|
||||||
draft: true
|
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
files: |
|
files: |
|
||||||
~/rpmbuild/RPMS/**/*.rpm
|
~/rpmbuild/RPMS/**/*.rpm
|
||||||
|
|||||||
Reference in New Issue
Block a user