Skip to content

Commit

Permalink
Remove artifact upload for centos
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Sep 10, 2024
1 parent dc309fe commit f3386bd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,6 @@ jobs:
cd _build
cpack -G TGZ
- name: Installer TGZ push
uses: actions/upload-artifact@v4
with:
path: _build/*.tar.gz

- name: Installer RPM push
uses: actions/upload-artifact@v4
with:
path: _build/*.rpm

- name: Publish assets
if: ${{ env.IS_RELEASE == 'true' }}
env:
Expand Down

0 comments on commit f3386bd

Please sign in to comment.