Skip to content

Commit

Permalink
support deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
Teingi committed Apr 18, 2024
1 parent af8789b commit a1e107a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,12 @@ jobs:
mkdir -p /home/runner/artifacts
fakeroot alien --scripts --to-deb /home/runner/rpmbuild/RPMS/x86_64/oceanbase-diagnostic-tool-*.rpm
- name: Find DEB package
run: |
find /home -name 'oceanbase-diagnostic-tool_*.deb'
- name: 'Upload Artifacts'
uses: actions/upload-artifact@v3
with:
name: obdiag-packages
path: |
/home/runner/rpmbuild/RPMS/x86_64/oceanbase-diagnostic-tool-*.rpm
/home/runner/oceanbase-diagnostic-tool_*.deb
/home/runner/work/oceanbase-diagnostic-tool/oceanbase-diagnostic-tool/oceanbase-diagnostic-tool_*.deb
retention-days: 3
debug: true

0 comments on commit a1e107a

Please sign in to comment.