Skip to content

Commit ffd9158

Browse files
authored
Update ci.yml
1 parent c7d0dd0 commit ffd9158

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 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-result: ${{ steps.upload-bundle.outputs.conclusion }}
40+
build-result: ${{ steps.bundle-status.outputs.BUNDLE_STATUS }}
4141

4242
defaults:
4343
run:
@@ -110,6 +110,11 @@ jobs:
110110
name: bundle-${{ matrix.configuration }}
111111
path: ${{ env.OUTPUT_PATH }}/${{ matrix.configuration }}
112112

113+
- name: Set bundle status
114+
if: ${{ matrix.publish }}
115+
run: |
116+
echo "BUNDLE_STATUS=${{ steps.upload-bundle.conclusion }}" >> $GITHUB_OUTPUT
117+
113118
- name: Test
114119
if: ${{ !matrix.coverage }}
115120
run: >

0 commit comments

Comments
 (0)