Skip to content

Commit b17d8e2

Browse files
committed
Fix release build workflow.
1 parent 32a8499 commit b17d8e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Download Artifact
7676
uses: actions/download-artifact@v4
7777
with:
78-
name: ${{ matrix.artifact }}
78+
name: ${{ matrix.artifact_name }}
7979
path: test-dir
8080
- name: Verify download
8181
run: ls -R test-dir/

0 commit comments

Comments
 (0)