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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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