Skip to content

Commit 8cccb13

Browse files
authored
Fix release artifact naming (#2412)
# Goal The goal of this PR is to fix a typo on `js-ethereum-utils-`
1 parent 1631189 commit 8cccb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ jobs:
12601260
id: download
12611261
uses: actions/download-artifact@v4
12621262
with:
1263-
name: js-api-ethereum-utils-${{github.run_id}}
1263+
name: js-ethereum-utils-${{github.run_id}}
12641264
path: js/ethereum-utils/dist
12651265
- name: Version Package
12661266
if: env.TEST_RUN != 'true'

0 commit comments

Comments
 (0)