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 1e0944f commit e812e44Copy full SHA for e812e44
.github/workflows/build.yml
@@ -23,4 +23,11 @@ jobs:
23
maven-version: 3.9.2
24
- name: Build (mvn package)
25
run: mvn -B package --file com.eclipsesource.megit.parent/pom.xml
26
-
+ - uses: actions/upload-artifact@v4
27
+ with:
28
+ path: ./com.eclipsesource.megit.product/target/products/com.eclipsesource.megit-linux.gtk.x86_64.tar.gz
29
+ name: com.eclipsesource.megit-linux.gtk.x86_64.tar.gz
30
31
32
+ path: ./com.eclipsesource.megit.product/target/products/com.eclipsesource.megit-win32.win32.x86_64.zip
33
+ name: com.eclipsesource.megit-win32.win32.x86_64.zip
0 commit comments