Skip to content

Commit 9853b0f

Browse files
authored
Merge pull request #3446 from Gedochao/maintenance/fix-update-packages-job
Fix `update-packages` step of the release job on the CI
2 parents 59c11b3 + 9de6b1d commit 9853b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ jobs:
18201820
path: artifacts/
18211821
- uses: actions/download-artifact@v4
18221822
with:
1823-
name: launchers
1823+
name: jvm-launchers
18241824
path: artifacts/
18251825
- name: Display structure of downloaded files
18261826
run: ls -R

0 commit comments

Comments
 (0)