Skip to content

Commit 18fbcd8

Browse files
author
jan
committed
trying to use the correct/better names for the download files in actions
1 parent 1fc8b45 commit 18fbcd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

+4-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)