Skip to content

Commit

Permalink
Store build artifacts (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Dec 22, 2023
1 parent 1e0944f commit e812e44
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@ jobs:
maven-version: 3.9.2
- name: Build (mvn package)
run: mvn -B package --file com.eclipsesource.megit.parent/pom.xml

- uses: actions/upload-artifact@v4
with:
path: ./com.eclipsesource.megit.product/target/products/com.eclipsesource.megit-linux.gtk.x86_64.tar.gz
name: com.eclipsesource.megit-linux.gtk.x86_64.tar.gz
- uses: actions/upload-artifact@v4
with:
path: ./com.eclipsesource.megit.product/target/products/com.eclipsesource.megit-win32.win32.x86_64.zip
name: com.eclipsesource.megit-win32.win32.x86_64.zip

0 comments on commit e812e44

Please sign in to comment.