From ac0f6f2011f896731da16e67ff2dc6100c80d17e Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sat, 13 Apr 2024 03:33:45 +0200 Subject: [PATCH] ci: add missing snap_name [skip ci] --- .github/workflows/insider-linux.yml | 1 + .github/workflows/stable-linux.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 24a2f17..caa192f 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -417,6 +417,7 @@ jobs: runs-on: ubuntu-latest env: RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }} + SNAP_NAME: codium-insiders strategy: fail-fast: false matrix: diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index f4e43c6..3a9a2e2 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -413,6 +413,7 @@ jobs: runs-on: ubuntu-latest env: RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }} + SNAP_NAME: codium strategy: fail-fast: false matrix: