File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,22 +36,22 @@ jobs:
3636 - name : Archive Windows 64 bit
3737 uses : actions/upload-artifact@v4
3838 with :
39- name : windows
39+ name : sloeber-ide-sloeber_release-win32.win32.x86_64.zip
4040 path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-win32.win32.x86_64.zip
4141 - name : Archive Linux 64 bit
4242 uses : actions/upload-artifact@v4
4343 with :
44- name : linux
44+ name : sloeber-ide-sloeber_release- linux.gtk.x86_64.tar.gz
4545 path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-linux.gtk.x86_64.tar.gz
4646 - name : Archive Mac 64 bit
4747 uses : actions/upload-artifact@v4
4848 with :
49- name : macosx
49+ name : sloeber-ide-sloeber_release- macosx.cocoa.x86_64.zip
5050 path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.x86_64.zip
5151 - name : Archive Mac ARM 64 bit
5252 uses : actions/upload-artifact@v4
5353 with :
54- name : macosx_arm
54+ name : sloeber-ide-sloeber_release-macosx.cocoa.aarch64.zip
5555 path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.aarch64.zip
5656 - name : Build Sloeber SDK with Maven
5757 run : mvn clean verify -PSDK,win64,latest -DskipTests=true
You can’t perform that action at this time.
0 commit comments