Skip to content

Commit f70aa89

Browse files
committed
Fixed the release artifacts package file name (#113)
1 parent b617a7f commit f70aa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build-binary-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ jobs:
7575
- name: Upload artifacts
7676
uses: actions/upload-artifact@v3
7777
with:
78-
name: ${{matrix.pkg.type}}-${{matrix.pkg.platform}}
78+
name: ${{matrix.pkg.type}}-${{matrix.cpu.platform}}
7979
path: ${{matrix.pkg.path}}

0 commit comments

Comments
 (0)