Skip to content

Commit 926836e

Browse files
authored
chore: fix artifact generation (#46)
1 parent cfa8bd7 commit 926836e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.DS_Store

-6 KB
Binary file not shown.

.github/.DS_Store

-6 KB
Binary file not shown.

.github/workflows/continuous-delivery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- uses: actions/upload-artifact@v4
3232
with:
3333
name: gem-${{ matrix.os }}
34-
path: pkg/*-${{ matrix.os }}.gem
34+
path: pkg/*.gem

0 commit comments

Comments
 (0)