Skip to content

Commit

Permalink
Fixed the release artifacts package file name (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Oct 21, 2022
1 parent b617a7f commit f70aa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-binary-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: ${{matrix.pkg.type}}-${{matrix.pkg.platform}}
name: ${{matrix.pkg.type}}-${{matrix.cpu.platform}}
path: ${{matrix.pkg.path}}

0 comments on commit f70aa89

Please sign in to comment.