Skip to content

Commit

Permalink
Update artifacts name
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Mar 15, 2024
1 parent 7d11327 commit ce420ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,18 @@ jobs:
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
name: data
path: proxy/data

- name: Create Release
uses: ncipollo/release-action@v1
with:
tag: ${{ env.VERSION }}
prerelease: ${{ env.PRERELEASE }}
artifacts: "predeployed/dist/,predeployed/data/,data/ima-schain-*-manifest.json,data/*-abi.json"
artifacts: "proxy/predeployed/dist/,\
proxy/predeployed/data/,\
proxy/data/ima-schain-*-manifest.json,\
proxy/data/*-abi.json"

- name: Build and publish image
working-directory: ./
Expand All @@ -137,6 +141,8 @@ jobs:

- name: Load artifacts
uses: actions/download-artifact@v4
with:
name: data

- name: Commit ABI
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit ce420ae

Please sign in to comment.