fix(snap): add missing outputs [skip ci]

This commit is contained in:
Baptiste Augrain 2022-09-19 11:43:28 +02:00
parent 39fab7d947
commit cd5afd6e58
2 changed files with 6 additions and 1 deletions

View file

@ -39,6 +39,9 @@ jobs:
- vscode_arch: armhf
npm_arch: armv7l
image: vscodium/vscodium-linux-build-agent:stretch-armhf
outputs:
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }}
steps:
- uses: actions/checkout@v3

View file

@ -26,7 +26,6 @@ jobs:
OS_NAME: 'linux'
VSCODE_ARCH: ${{ matrix.vscode_arch }}
VSCODE_QUALITY: 'stable'
strategy:
fail-fast: false
matrix:
@ -40,6 +39,9 @@ jobs:
- vscode_arch: armhf
npm_arch: armv7l
image: vscodium/vscodium-linux-build-agent:stretch-armhf
outputs:
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }}
steps:
- uses: actions/checkout@v3