Skip to content

Commit f78b0f8

Browse files
authored
Update build-jpackage-win.yml
1 parent 009b3c2 commit f78b0f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-jpackage-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
- name: Archive files exe
2828
uses: actions/upload-artifact@v4
2929
with:
30-
name: outputs
30+
name: outputs-exe
3131
path: |
3232
RMBTClient/build/RTR-Netztest/*
3333
retention-days: 365
3434
- name: Archive files jar
3535
uses: actions/upload-artifact@v4
3636
with:
37-
name: outputs
37+
name: outputs-jar
3838
path: |
3939
RMBTClient/build/libs/*-all.jar
4040
retention-days: 365

0 commit comments

Comments
 (0)