瀏覽代碼

ci: add missing snap_name [skip ci]

Baptiste Augrain 1 年之前
父節點
當前提交
ac0f6f2011
共有 2 個文件被更改,包括 2 次插入0 次删除
  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
     env:
       RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}
+      SNAP_NAME: codium-insiders
     strategy:
       fail-fast: false
       matrix:

+ 1 - 0
.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: