File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 33
33
- uses : actions/upload-artifact@v4
34
34
if : runner.os == 'Linux'
35
35
with :
36
- name : launchers
36
+ name : jvm- launchers
37
37
path : artifacts/
38
38
if-no-files-found : error
39
39
retention-days : 2
@@ -1586,7 +1586,7 @@ jobs:
1586
1586
- run : ./mill -i ci.copyVcRedist
1587
1587
- uses : actions/upload-artifact@v4
1588
1588
with :
1589
- name : launchers
1589
+ name : vc-redist- launchers
1590
1590
path : artifacts/
1591
1591
if-no-files-found : warn
1592
1592
retention-days : 2
@@ -1763,7 +1763,12 @@ jobs:
1763
1763
- uses : actions/download-artifact@v4
1764
1764
if : env.SHOULD_PUBLISH == 'true'
1765
1765
with :
1766
- name : launchers
1766
+ name : jvm-launchers
1767
+ path : artifacts/
1768
+ - uses : actions/download-artifact@v4
1769
+ if : env.SHOULD_PUBLISH == 'true'
1770
+ with :
1771
+ name : vc-redist-launchers
1767
1772
path : artifacts/
1768
1773
- run : ./mill -i uploadLaunchers artifacts/
1769
1774
if : env.SHOULD_PUBLISH == 'true'
You can’t perform that action at this time.
0 commit comments