summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-02-27 11:23:09 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-03-05 12:53:57 +0100
commit2dc526e4b9dd500a25bcf651cacc34280f1846c3 (patch)
tree7fc310eda3eb006dc81131cf9b6b2f458452f55f /.github/workflows
parent7875b2cf730467dd8697982d8f850b04a6cc40ee (diff)
downloadmullvadvpn-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.yml1
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