From 0fe096c3f0508f46cb7eba047d503f9bd930d0da Mon Sep 17 00:00:00 2001 From: Matheus Lessa <1696072+vamolessa@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:54:39 +0000 Subject: [PATCH] Update build-wasm2map.yml --- .github/workflows/build-wasm2map.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wasm2map.yml b/.github/workflows/build-wasm2map.yml index 44bf08b..0b06b1a 100644 --- a/.github/workflows/build-wasm2map.yml +++ b/.github/workflows/build-wasm2map.yml @@ -70,8 +70,8 @@ jobs: - name: Get Artifacts From Build Steps uses: actions/download-artifact@v4 with: - pattern: wasm2map-*-${{ needs.info.outputs.BUILD_DATE }} + pattern: wasm2map-*-*-${{ needs.info.outputs.BUILD_DATE }}* merge-multiple: true - name: Upload Artifacts to GitHub Release - run: gh release upload '${{ needs.info.outputs.BUILD_DATE }}' wasm2map-*-${{ needs.info.outputs.BUILD_DATE }}* -R "${GITHUB_REPOSITORY}" + run: gh release upload '${{ needs.info.outputs.BUILD_DATE }}' wasm2map-*-*-${{ needs.info.outputs.BUILD_DATE }}* -R "${GITHUB_REPOSITORY}"