Skip to content

Commit

Permalink
ci: update CentOS-7-release.yml and CentOS-stream-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Mar 30, 2023
1 parent 3793357 commit 84936a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CentOS-7-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./*.rpm, !./*-debuginfo-*.rpm
file: ./*.rpm
asset_name: ext_uv_php${{ matrix.php-versions }}-${{ github.event.release.tag_name }}_centos7
tag: ${{ github.ref }}
overwrite: true
file_glob: false
file_glob: true
body: ext_uv_php${{ matrix.php-versions }}-${{ github.event.release.tag_name }} for ${{ steps.setup-rpm.outputs.OS_CODENAME }}
2 changes: 1 addition & 1 deletion .github/workflows/CentOS-stream-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./*.rpm, !./*-debuginfo-*.rpm
file: ./*.rpm
asset_name: ext_uv_php${{ matrix.php-versions }}-${{ github.event.release.tag_name }}_stream8
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit 84936a2

Please sign in to comment.