We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bc04e commit 05bede5Copy full SHA for 05bede5
.github/workflows/maven.yml
@@ -32,5 +32,15 @@ jobs:
32
- name: Archive Windows 64 bit
33
uses: actions/upload-artifact@v2
34
with:
35
- name: Sloeber for Windows
36
- path: io.sloeber.product/target/products/io.sloeber.product/win32/win32/x86_64/Sloeber
+ name: windows
+ 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
44
45
+ name: macosx
46
+ path: io.sloeber.product/target/products/io.sloeber.product/macosx/cocoa/x86_64
0 commit comments