소스 검색

fix(windows): add outputs

Baptiste Augrain 2 년 전
부모
커밋
e87d2b2587
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/workflows/insider-windows.yml

+ 3 - 0
.github/workflows/insider-windows.yml

@@ -34,6 +34,9 @@ jobs:
           - x64
           - ia32
           - arm64
+    outputs:
+      RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
+      SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }}
 
     steps:
       - uses: actions/checkout@v3