env vars don't go into docker containers like that (#4609)

reverts a bit of #4580 92ed53e13a
This commit is contained in:
ebbit1q
2022-04-18 04:11:55 +02:00
committed by GitHub
parent a532a63403
commit 64c6611ea5

View File

@@ -160,11 +160,11 @@ jobs:
if: matrix.package != 'skip'
shell: bash
env:
PACKAGE_SUFFIX: '-${{matrix.distro}}'
CPACK_GENERATOR: '${{matrix.package}}'
suffix: '-${{matrix.distro}}'
type: '${{matrix.package}}'
run: |
source .ci/docker.sh
RUN --server --release --package
RUN --server --release --package "$type" --suffix "$suffix"
- name: Upload artifact
if: matrix.package != 'skip'