Parcourir la source

fix(windows): add outputs

Baptiste Augrain il y a 2 ans
Parent
commit
e87d2b2587
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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