Skip to content

Commit b2727bb

Browse files
fix rpm publish name
1 parent f064567 commit b2727bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ jobs:
360360
- name: Install tools for package publishing
361361
run: sudo apt install -y curl make
362362

363-
- name: Download pip package artifacts
363+
- name: Download RPM artifacts
364364
uses: actions/download-artifact@v3
365365
with:
366366
name: rpm_dist_${{ matrix.target.os }}_${{ matrix.target.dist }}

0 commit comments

Comments
 (0)