File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,22 +36,22 @@ jobs:
36
36
- name : Archive Windows 64 bit
37
37
uses : actions/upload-artifact@v4
38
38
with :
39
- name : windows
39
+ name : sloeber-ide-sloeber_release-win32.win32.x86_64.zip
40
40
path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-win32.win32.x86_64.zip
41
41
- name : Archive Linux 64 bit
42
42
uses : actions/upload-artifact@v4
43
43
with :
44
- name : linux
44
+ name : sloeber-ide-sloeber_release- linux.gtk.x86_64.tar.gz
45
45
path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-linux.gtk.x86_64.tar.gz
46
46
- name : Archive Mac 64 bit
47
47
uses : actions/upload-artifact@v4
48
48
with :
49
- name : macosx
49
+ name : sloeber-ide-sloeber_release- macosx.cocoa.x86_64.zip
50
50
path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.x86_64.zip
51
51
- name : Archive Mac ARM 64 bit
52
52
uses : actions/upload-artifact@v4
53
53
with :
54
- name : macosx_arm
54
+ name : sloeber-ide-sloeber_release-macosx.cocoa.aarch64.zip
55
55
path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.aarch64.zip
56
56
- name : Build Sloeber SDK with Maven
57
57
run : mvn clean verify -PSDK,win64,latest -DskipTests=true
You can’t perform that action at this time.
0 commit comments