Skip to content

Commit

Permalink
append_libc: Append a libc to differentiate (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm authored May 2, 2024
1 parent 4ee517a commit 77902ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/upload-artifact@v4
if: success()
with:
name: artifacts-${{ matrix.kernel_version }}
name: artifacts-${{ matrix.kernel_version }}-${{ matrix.libc }}
path: artifacts

create-release:
Expand Down

0 comments on commit 77902ee

Please sign in to comment.