Skip to content

Commit abf7eef

Browse files
authored
Save the Action build artifacts #1382
Fix the build action to persist the build artifacts
1 parent 7bcc715 commit abf7eef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/maven.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,15 @@ jobs:
2323
distribution: 'adopt'
2424
- name: Build with Maven
2525
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+
uses: actions/upload-artifact@v2
35+
with:
36+
name: Sloeber for Windows
37+
path: io.sloeber.product/target/products/io.sloeber.product/win32/win32/x86_64/Sloeber

0 commit comments

Comments
 (0)