Skip to content

Commit b9f4cf4

Browse files
authored
Update ci.yml
1 parent 6dbe99a commit b9f4cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
needs: semver
3838
runs-on: ${{ matrix.os }}
3939
outputs:
40-
build-succeeded: ${{ steps.upload-bundle.conclusion == 'success' }}
40+
build-succeeded: ${{ steps.upload-bundle.outputs.artifact-digest != '' }}
4141

4242
defaults:
4343
run:

0 commit comments

Comments
 (0)