Commit e10bbdd 1 parent cc24f2a commit e10bbdd Copy full SHA for e10bbdd
File tree 7 files changed +17
-5
lines changed
7 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 42
42
- name : Upload Artifact
43
43
uses : actions/upload-artifact@v4
44
44
with :
45
- name : artifacts
45
+ name : scenebuilder-kit-${{ inputs.project-version }}.jar
46
46
path : kit/target/lib/*.jar
Original file line number Diff line number Diff line change @@ -101,7 +101,13 @@ jobs:
101
101
- name : Upload Artifact
102
102
uses : actions/upload-artifact@v4
103
103
with :
104
- name : artifacts
104
+ name : SceneBuilder-${{ inputs.project-version }}.deb
105
105
path : |
106
106
app/target/install/*.deb
107
+
108
+ - name : Upload Artifact
109
+ uses : actions/upload-artifact@v4
110
+ with :
111
+ name : SceneBuilder-${{ inputs.project-version }}.rpm
112
+ path : |
107
113
app/target/install/*.rpm
Original file line number Diff line number Diff line change @@ -114,5 +114,5 @@ jobs:
114
114
- name : Upload Artifact
115
115
uses : actions/upload-artifact@v4
116
116
with :
117
- name : artifacts
117
+ name : SceneBuilder-${{ inputs.project-version }}-amd64.dmg
118
118
path : ${{ steps.outputfile.outputs.path }}
Original file line number Diff line number Diff line change @@ -115,5 +115,5 @@ jobs:
115
115
- name : Upload Artifact
116
116
uses : actions/upload-artifact@v4
117
117
with :
118
- name : artifacts
118
+ name : SceneBuilder-${{ inputs.project-version }}-aarch64.dmg
119
119
path : ${{ steps.outputfile.outputs.path }}
Original file line number Diff line number Diff line change 96
96
- name : Upload Artifact
97
97
uses : actions/upload-artifact@v4
98
98
with :
99
- name : artifacts
99
+ name : SceneBuilder-${{ inputs.project-version }}.msi
100
100
path : app/target/install/*.msi
Original file line number Diff line number Diff line change @@ -121,6 +121,9 @@ jobs:
121
121
122
122
- name : Download all build artifacts
123
123
uses : actions/download-artifact@v4
124
+ with :
125
+ path : artifacts
126
+ merge-multiple : true
124
127
125
128
- name : Set up Java
126
129
uses : oracle-actions/setup-java@v1.4.0
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ jobs:
147
147
148
148
- name : Download all build artifacts
149
149
uses : actions/download-artifact@v4
150
+ with :
151
+ path : artifacts
152
+ merge-multiple : true
150
153
151
154
- name : Set Release Version
152
155
run : |
You can’t perform that action at this time.
0 commit comments