Skip to content

Commit

Permalink
Update build_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Teingi authored Nov 27, 2024
1 parent fbca7dc commit 157ad26
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
image: "oceanbase/obdiag-builder:latest"

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: |
Expand Down Expand Up @@ -48,7 +46,7 @@ jobs:
find / -name oceanbase-diagnostic-tool-*.rpm
- name: "Upload rpm"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: obdiag-rpm-packages
path: |
Expand All @@ -61,8 +59,6 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Download RPM Artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 157ad26

Please sign in to comment.