Skip to content

Commit 9de6b1d

Browse files
committed
Fix update-packages step of the release job on the CI
1 parent 59c11b3 commit 9de6b1d

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)