فهرست منبع

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