Apply correct network setting during linux builds (#4351)

* fix env variables

This is what was previously set as env variables
```env:
    artifact: 1
    NETWORK: BETA \
    CI_TAG: V26.0DB34 \
```

Fix:
```env:
    artifact: 1
    NETWORK: BETA
    CI_TAG: V26.0DB34
```

* formatting
This commit is contained in:
gr0vity-dev 2023-12-19 13:41:30 +01:00 committed by GitHub
commit eede334203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,8 +83,8 @@ jobs:
- name: Build Artifact
run: ci/build-deploy.sh "/usr/lib/x86_64-linux-gnu/cmake/Qt5"
env:
NETWORK: ${{ matrix.network }} \
CI_TAG: ${{ needs.prepare_build.outputs.CI_TAG }} \
NETWORK: ${{ matrix.network }}
CI_TAG: ${{ needs.prepare_build.outputs.CI_TAG }}
- name: Deploy Artifact
run: ci/actions/deploy.sh