Skip to content

Commit

Permalink
Update artifact name to use regex
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Mar 7, 2025
1 parent 0d094f0 commit 587a38d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ runs:
repo: shopify/react-native-skia
path: packages/skia/artifacts
branch: ${{ github.ref_name }}
name: ${{ steps.artifact-prefix.outputs.prefix }}skia-*
name: ${{ steps.artifact-prefix.outputs.prefix }}skia-.*
name_is_regexp: true

- name: Copy Artifacts to libs folder
if: ${{ inputs.download_skia == 'true' }}
Expand Down

0 comments on commit 587a38d

Please sign in to comment.