Skip to content

Commit

Permalink
Adjust workflows to changes in PR 49
Browse files Browse the repository at this point in the history
See #49
  • Loading branch information
planger committed Dec 27, 2023
1 parent 3e69949 commit 36b3e02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
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
path: ./com.eclipsesource.megit.product/target/products/megit-*-linux.gtk.x86_64.tar.gz
name: megit-${{ github.run_id }}-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
path: ./com.eclipsesource.megit.product/target/products/megit-*-win32.win32.x86_64.zip
name: megit-${{ github.run_id }}-win32.win32.x86_64.zip

0 comments on commit 36b3e02

Please sign in to comment.