Skip to content

Commit b2a2488

Browse files
committed
chore: update download artifacts in release
1 parent 1484bee commit b2a2488

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
@@ -299,8 +299,9 @@ jobs:
299299
branch: ${{ github.ref }}
300300
workflow: build.yaml
301301
workflow_conclusion: completed
302-
check_artifacts: true
303302
name: npm-package
303+
check_artifacts: false
304+
if_no_artifact_found: fail
304305

305306
- name: Decompress npm package
306307
run: tar -xzf package.tar.gz

0 commit comments

Comments
 (0)