Skip to content

Commit d2da69e

Browse files
authored
Fix action name output (#7194)
1 parent 4219e57 commit d2da69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
uses: actions/upload-artifact@v4
204204
with:
205205
name: pkg
206-
path: build/${{ steps.make_rpm_run.outputs.name }}
206+
path: build/${{ steps.make_rpm_devel.outputs.name }}
207207

208208
- name: "Upload Compatibility Report"
209209
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)