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 7bcc715 commit abf7eefCopy full SHA for abf7eef
.github/workflows/maven.yml
@@ -23,3 +23,15 @@ jobs:
23
distribution: 'adopt'
24
- name: Build with Maven
25
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins
26
+
27
+ - name: Archive production artifacts
28
+ uses: actions/upload-artifact@v2
29
+ with:
30
+ name: Repository
31
+ path: |
32
+ io.sloeber.updatesite/target/repository
33
+ - name: Archive Windows 64 bit
34
35
36
+ name: Sloeber for Windows
37
+ path: io.sloeber.product/target/products/io.sloeber.product/win32/win32/x86_64/Sloeber
0 commit comments