Skip to content

Commit

Permalink
Adjust workflows to changes in PR 49 (#50)
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 2be0608
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
draft: true
files: ./com.eclipsesource.megit.product/target/products/*.zip
files: ./com.eclipsesource.megit.product/target/products/*.(zip|gz)

0 comments on commit 2be0608

Please sign in to comment.