Skip to content

Commit 490113f

Browse files
committed
fix mismatch of step-id
1 parent 1719bc2 commit 490113f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
./.scripts/run_osx_build.sh
135135
136136
- name: Build on windows
137-
id: build-win
137+
id: build-windows
138138
if: matrix.os == 'windows'
139139
shell: cmd
140140
run: |
@@ -173,7 +173,7 @@ jobs:
173173
STATUS="${{ steps.build-windows.outcome }}"
174174
fi
175175
if [ -z "$STATUS" ]; then
176-
# cancelled jobs will have empty status
176+
# jobs that never ran will have empty status
177177
STATUS="cancelled"
178178
fi
179179
echo "status=$STATUS" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)