Browse Source

fix(windows): add outputs

Baptiste Augrain 2 năm trước cách đây
mục cha
commit
e87d2b2587
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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