File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 run : mvn -B package --file com.eclipsesource.megit.parent/pom.xml
2626 - uses : actions/upload-artifact@v4
2727 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
28+ path : ./com.eclipsesource.megit.product/target/products/megit-* -linux.gtk.x86_64.tar.gz
29+ name : megit-${{ github.run_id }} -linux.gtk.x86_64.tar.gz
3030 - uses : actions/upload-artifact@v4
3131 with :
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
32+ path : ./com.eclipsesource.megit.product/target/products/megit-* -win32.win32.x86_64.zip
33+ name : megit-${{ github.run_id }} -win32.win32.x86_64.zip
Original file line number Diff line number Diff line change 2424 uses : softprops/action-gh-release@v1
2525 with :
2626 draft : true
27- files : ./com.eclipsesource.megit.product/target/products/*.zip
27+ files : ./com.eclipsesource.megit.product/target/products/*.( zip|gz)
You can’t perform that action at this time.
0 commit comments