We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d06968 commit 847510aCopy full SHA for 847510a
‎.github/workflows/deploy.yml
@@ -137,6 +137,8 @@ jobs:
137
uses: actions/upload-artifact@v4
138
with:
139
path: .coverage
140
+ if-no-files-found: error
141
+ include-hidden-files: true
142
name: coverage
143
144
sourcemaps:
‎.github/workflows/release.yml
@@ -146,6 +146,8 @@ jobs:
146
147
148
149
150
151
152
153
release:
0 commit comments