Skip to content

Commit 854aff1

Browse files
committed
fix gha variables
1 parent 78563ae commit 854aff1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-devedition.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
Check-DevEdition-Version:
1313
runs-on: ubuntu-latest
1414
outputs:
15-
reportable: ${{ steps.reportable.outputs.test }}
15+
win_reportable: ${{ steps.reportable.outputs.win }}
16+
mac_reportable: ${{ steps.reportable.outputs.mac }}
1617
steps:
1718
- name: Checkout repository
1819
uses: actions/checkout@v4

0 commit comments

Comments
 (0)