Update build-linux.yml

pull/7810/head
JieXu 2025-08-19 20:36:43 +08:00 committed by GitHub
parent e26f01fc5d
commit 9dc5f31b68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -114,13 +114,16 @@ jobs:
with:
name: v2rayN-rpm
path: |
${{ env.HOME }}/rpmbuild/RPMS/**/*.rpm
/home/runner/rpmbuild/RPMS/x86_64/*.rpm
/home/runner/rpmbuild/RPMS/aarch64/*.rpm
- name: Upload RPMs to release
uses: svenstaro/upload-release-action@v2
if: github.event.inputs.release_tag != ''
with:
file: ${{ env.HOME }}/rpmbuild/RPMS/**/*.rpm
file: |
/home/runner/rpmbuild/RPMS/x86_64/*.rpm
/home/runner/rpmbuild/RPMS/aarch64/*.rpm
tag: ${{ github.event.inputs.release_tag }}
file_glob: true
prerelease: true