Skip to content

Commit 05bede5

Browse files
authored
Save the Action build artifacts #1382
Added linux and macosx to the artifacts
1 parent a3bc04e commit 05bede5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/maven.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,15 @@ jobs:
3232
- name: Archive Windows 64 bit
3333
uses: actions/upload-artifact@v2
3434
with:
35-
name: Sloeber for Windows
36-
path: io.sloeber.product/target/products/io.sloeber.product/win32/win32/x86_64/Sloeber
35+
name: windows
36+
path: io.sloeber.product/target/products/io.sloeber.product/win32/win32/x86_64/
37+
- name: Archive Linux 64 bit
38+
uses: actions/upload-artifact@v2
39+
with:
40+
name: linux
41+
path: io.sloeber.product/target/products/io.sloeber.product/linux/gtk/x86_64/
42+
- name: Archive Mac 64 bit
43+
uses: actions/upload-artifact@v2
44+
with:
45+
name: macosx
46+
path: io.sloeber.product/target/products/io.sloeber.product/macosx/cocoa/x86_64

0 commit comments

Comments
 (0)