瀏覽代碼

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