env vars don't go into docker containers like that (#4609)
reverts a bit of #4580 92ed53e13a
This commit is contained in:
parent
a532a63403
commit
64c6611ea5
1 changed files with 3 additions and 3 deletions
6
.github/workflows/desktop-build.yml
vendored
6
.github/workflows/desktop-build.yml
vendored
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue