Skip to content

Commit

Permalink
Update matrix-mcm-build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Dec 23, 2023
1 parent 1f9c61c commit f475e2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/matrix-mcm-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Docker - upload artifacts
uses: actions/upload-artifact@v4
with:
name: "qbt-musl-cross-make"
name: "qbt-musl-cross-make-${{ matrix.runs-on }}"
path: "build/${{ matrix.arch_type }}.tar.xz"

release:
Expand All @@ -148,6 +148,10 @@ jobs:

- name: Host - Download artifacts
uses: actions/download-artifact@v4
with:
path: qbt-musl-cross-make
pattern: qbt-musl-cross-make-*
merge-multiple: true

- name: set release info from custom/versions.mak
run: cp -f custom/versions.mak release_body.md
Expand Down

0 comments on commit f475e2c

Please sign in to comment.