diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index b1b789d3a..dc8c1d20f 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -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'