فهرست منبع

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: