Skip to content

Commit bf9bfb1

Browse files
authored
Merge branch 'main' into jsjoeio/fix-cross-compile
2 parents 9cfdfbe + 48588ee commit bf9bfb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,9 @@ jobs:
303303
branch: ${{ github.ref }}
304304
workflow: build.yaml
305305
workflow_conclusion: completed
306-
check_artifacts: true
307306
name: npm-package
307+
check_artifacts: false
308+
if_no_artifact_found: fail
308309

309310
- name: Decompress npm package
310311
run: tar -xzf package.tar.gz

0 commit comments

Comments
 (0)