Skip to content

Commit c607367

Browse files
committed
fix(release): upload release artifacts from hidden dir
1 parent cec6462 commit c607367

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
with:
8787
name: ${{ matrix.package_slug }}
8888
path: .artifacts/*.tgz
89+
if-no-files-found: error
90+
include-hidden-files: true
8991

9092
publish-main:
9193
name: Publish @spencer-kit/coder-studio
@@ -125,6 +127,8 @@ jobs:
125127
with:
126128
name: coder-studio-main
127129
path: .artifacts/*.tgz
130+
if-no-files-found: error
131+
include-hidden-files: true
128132

129133
github-release:
130134
name: Create GitHub Release

0 commit comments

Comments
 (0)