Browse Source

ci(windows): fix generate assets [skip ci]

Baptiste Augrain 1 year ago
parent
commit
b3ab572f67
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/insider-windows.yml
  2. 1 1
      .github/workflows/stable-windows.yml

+ 1 - 1
.github/workflows/insider-windows.yml

@@ -79,7 +79,7 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: ./check_tags.sh
-        if: env.SHOULD_DEPLOY == 'yes'
+        if: env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true'
 
       - name: Build
         env:

+ 1 - 1
.github/workflows/stable-windows.yml

@@ -75,7 +75,7 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: ./check_tags.sh
-        if: env.SHOULD_DEPLOY == 'yes'
+        if: env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true'
 
       - name: Build
         env: