From 31b900a71c3c54496c4df48facaf1ab294276b39 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 5 Jan 2024 21:35:02 +0100 Subject: [PATCH] git: Make a imhex-download-sdk release when a new ImHex version is released --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 902c5a6d9..4e95fa133 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,16 @@ jobs: repo: ImHex-Patterns token: ${{ secrets.RELEASE_TOKEN }} + - name: 🎫 Create imhex-download-sdk release + uses: ncipollo/release-action@v1 + env: + RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }} + if: "${{ env.RELEASE_TOKEN != '' }}" + with: + tag: v${{ env.IMHEX_VERSION }} + repo: imhex-download-sdk + token: ${{ secrets.RELEASE_TOKEN }} + release-upload-artifacts: runs-on: ubuntu-latest name: Release Upload Artifacts