wip: disable msi and rename unsigned artifact [skip ci]

This commit is contained in:
Baptiste Augrain
2024-10-13 22:52:30 +02:00
parent 46b4f54548
commit 6c5a93fd32
2 changed files with 18 additions and 4 deletions

View File

@@ -83,6 +83,7 @@ jobs:
- name: Check existing VSCodium tags/releases
env:
DISABLE_MSI: ${{ vars.DISABLE_INSIDER_MSI }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./check_tags.sh
if: env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true'
@@ -103,6 +104,7 @@ jobs:
id: upload-unsigned-artifacts
uses: actions/upload-artifact@v4
with:
name: unsigned-${{ matrix.vscode_arch }}
path: assets/*.exe
retention-days: 1
if: env.SHOULD_BUILD == 'yes' && (env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true')