diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-02-27 11:23:09 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-03-05 12:53:57 +0100 |
| commit | 2dc526e4b9dd500a25bcf651cacc34280f1846c3 (patch) | |
| tree | 7fc310eda3eb006dc81131cf9b6b2f458452f55f /.github/workflows | |
| parent | 7875b2cf730467dd8697982d8f850b04a6cc40ee (diff) | |
| download | mullvadvpn-2dc526e4b9dd500a25bcf651cacc34280f1846c3.tar.xz mullvadvpn-2dc526e4b9dd500a25bcf651cacc34280f1846c3.zip | |
Fix build of `mullvad-version` binary being gated on wrong condition
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 2eb37d4b42..03248a0a77 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -253,7 +253,6 @@ jobs: path: ${{ github.workspace }}/bin - name: Download mullvad-version uses: actions/download-artifact@v4 - if: ${{ needs.build-test-manager-linux.result == 'success' }} with: name: mullvad-version-linux path: ${{ github.workspace }}/bin |
