From daf39e86643537f423e873ac644beef447f8fba0 Mon Sep 17 00:00:00 2001 From: Pablo Navarro Date: Thu, 23 Nov 2023 17:56:41 +0100 Subject: [PATCH] Update gh_release.yml --- .github/workflows/gh_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh_release.yml b/.github/workflows/gh_release.yml index 89ce37e..90e31b0 100644 --- a/.github/workflows/gh_release.yml +++ b/.github/workflows/gh_release.yml @@ -49,6 +49,8 @@ jobs: needs: [build-linux, build-windows] steps: - uses: actions/download-artifact@v3 + - name: Move Artifacts + run: mv */* . - name: Release uses: fnkr/github-action-ghr@v1 if: startsWith(github.ref, 'refs/tags/')