Skip to content

Commit

Permalink
Update build-wasm2map.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vamolessa authored Oct 30, 2024
1 parent 8be0be1 commit 0fe096c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wasm2map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 0fe096c

Please sign in to comment.