mirror of
https://github.com/VSCodium/vscodium
synced 2024-11-04 20:41:42 +00:00
ci: add missing snap_name [skip ci]
This commit is contained in:
parent
c8a5d87903
commit
ac0f6f2011
2 changed files with 2 additions and 0 deletions
1
.github/workflows/insider-linux.yml
vendored
1
.github/workflows/insider-linux.yml
vendored
|
@ -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
.github/workflows/stable-linux.yml
vendored
1
.github/workflows/stable-linux.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue