Skip to content

Commit 847510a

Browse files
committed
🤦 fix workflows
GitHub broke them. Fix actions/upload-artifact#602
1 parent 8d06968 commit 847510a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ jobs:
137137
uses: actions/upload-artifact@v4
138138
with:
139139
path: .coverage
140+
if-no-files-found: error
141+
include-hidden-files: true
140142
name: coverage
141143

142144
sourcemaps:

‎.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ jobs:
146146
uses: actions/upload-artifact@v4
147147
with:
148148
path: .coverage
149+
if-no-files-found: error
150+
include-hidden-files: true
149151
name: coverage
150152

151153
release:

0 commit comments

Comments
 (0)