Skip to content

Commit

Permalink
Add wildcard to artifacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Mar 19, 2024
1 parent ce420ae commit 1e1fd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ jobs:
with:
tag: ${{ env.VERSION }}
prerelease: ${{ env.PRERELEASE }}
artifacts: "proxy/predeployed/dist/,\
proxy/predeployed/data/,\
artifacts: "proxy/predeployed/dist/*,\
proxy/predeployed/data/*,\
proxy/data/ima-schain-*-manifest.json,\
proxy/data/*-abi.json"

Expand Down

0 comments on commit 1e1fd78

Please sign in to comment.