Skip to content

Commit

Permalink
GHI #32 Fix merging artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Jul 13, 2024
1 parent 4df2f76 commit 6d8efeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: test-coverage-internal
pattern: test-results-*
pattern: test-coverage-internal-*
delete-merged: true

- name: Download Test Coverage Artifacts
Expand Down
2 changes: 1 addition & 1 deletion include/patomic/api/align.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ typedef struct {
*
* @brief
* Returns the runtime upper bound of the cache line size for the target
* platform; may provide a more accurate value than the corresponding macros.
* platform; may provide a more accurate value than the corresponding macro.
*
* @note
* The value will not return a value larger than its unstable macro
Expand Down

0 comments on commit 6d8efeb

Please sign in to comment.