Browse Source

build(linux): use correct task for reh alpine [skip ci]

Baptiste Augrain 1 năm trước cách đây
mục cha
commit
ec3440c945

+ 2 - 0
.github/workflows/insider-linux.yml

@@ -254,6 +254,7 @@ jobs:
 
 
       - name: Install GH
       - name: Install GH
         run: ./install_gh.sh
         run: ./install_gh.sh
+        if: env.SHOULD_DEPLOY == 'yes'
 
 
       - name: Check existing VSCodium tags/releases
       - name: Check existing VSCodium tags/releases
         env:
         env:
@@ -319,6 +320,7 @@ jobs:
 
 
       - name: Install GH
       - name: Install GH
         run: ./install_gh.sh
         run: ./install_gh.sh
+        if: env.SHOULD_DEPLOY == 'yes'
 
 
       - name: Check existing VSCodium tags/releases
       - name: Check existing VSCodium tags/releases
         env:
         env:

+ 1 - 0
.github/workflows/stable-linux.yml

@@ -258,6 +258,7 @@ jobs:
 
 
       - name: Install GH
       - name: Install GH
         run: ./install_gh.sh
         run: ./install_gh.sh
+        if: env.SHOULD_DEPLOY == 'yes'
 
 
       - name: Check existing VSCodium tags/releases
       - name: Check existing VSCodium tags/releases
         env:
         env:

+ 1 - 1
package_alpine_reh.sh

@@ -33,7 +33,7 @@ done
 node build/azure-pipelines/distro/mixin-npm
 node build/azure-pipelines/distro/mixin-npm
 
 
 yarn gulp minify-vscode-reh
 yarn gulp minify-vscode-reh
-yarn gulp "vscode-reh-${VSCODE_PLATFORM}-${VSCODE_ARCH}-min-ci"
+yarn gulp "vscode-reh-linux-${VSCODE_PLATFORM}-${VSCODE_ARCH}-min-ci"
 
 
 cd ..
 cd ..