From aeea501a056980ffea479d761a4c089106027fc5 Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Wed, 5 Nov 2025 22:05:45 +0100 Subject: [PATCH] ci(release): fix could not find assets --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 291a2f5..d10a94b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ permissions: jobs: release: + name: Create Release runs-on: ubuntu-latest steps: @@ -23,6 +24,7 @@ jobs: body_path: CHANGELOG.md build: + name: Build and Upload Assets needs: release runs-on: ubuntu-latest strategy: @@ -63,5 +65,5 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: plg-mudics-${{ matrix.block }} + file: ${{ matrix.block }}/plg-mudics-${{ matrix.block }} tag: ${{ github.ref_name }}