fix(windows): add outputs
This commit is contained in:
parent
29a963b6ea
commit
e87d2b2587
1 changed files with 3 additions and 0 deletions
3
.github/workflows/insider-windows.yml
vendored
3
.github/workflows/insider-windows.yml
vendored
|
@ -34,6 +34,9 @@ jobs:
|
|||
- x64
|
||||
- ia32
|
||||
- arm64
|
||||
outputs:
|
||||
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
|
||||
SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue