Răsfoiți Sursa

ci: add missing snap_name [skip ci]

Baptiste Augrain 1 an în urmă
părinte
comite
ac0f6f2011
2 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 1 0
      .github/workflows/insider-linux.yml
  2. 1 0
      .github/workflows/stable-linux.yml

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

@@ -417,6 +417,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     env:
     env:
       RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}
       RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}
+      SNAP_NAME: codium-insiders
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false
       matrix:
       matrix:

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

@@ -413,6 +413,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     env:
     env:
       RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}
       RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}
+      SNAP_NAME: codium
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false
       matrix:
       matrix: