From 36b3e0290e3babbc161f67463a4a0fb7e2facb7a Mon Sep 17 00:00:00 2001 From: Philip Langer Date: Wed, 27 Dec 2023 14:21:17 +0100 Subject: [PATCH 1/2] Adjust workflows to changes in PR 49 See https://github.com/eclipsesource/megit/pull/49 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3eac895..e5abd12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 From 2a2c793ccb0f04f9d19f870622d6377040933a4d Mon Sep 17 00:00:00 2001 From: Philip Langer Date: Wed, 27 Dec 2023 14:29:47 +0100 Subject: [PATCH 2/2] Update create-release.yml --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 0e66b22..12257cc 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -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)