diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-07-17 13:09:50 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-07-18 15:21:23 +0200 |
| commit | 8db6b34a14003a19e1b7cd88dcb9aca670f44653 (patch) | |
| tree | ddc2743e2e566a1d065f62133d480c5d66c432ee /ci | |
| parent | 3218b4647118af77b5cd6d142b58bc65436c6159 (diff) | |
| download | mullvadvpn-8db6b34a14003a19e1b7cd88dcb9aca670f44653.tar.xz mullvadvpn-8db6b34a14003a19e1b7cd88dcb9aca670f44653.zip | |
Copy browser artifact instead of linking
Works cross filesystems
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/mullvad-browser/download-mullvad-browser.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/mullvad-browser/download-mullvad-browser.sh b/ci/mullvad-browser/download-mullvad-browser.sh index 6e2fc5ea2b..48b9538089 100755 --- a/ci/mullvad-browser/download-mullvad-browser.sh +++ b/ci/mullvad-browser/download-mullvad-browser.sh @@ -65,7 +65,8 @@ function main() { fi echo "[#] $PACKAGE_FILENAME has changed" - ln -f "$PACKAGE_FILENAME" "$WORKDIR/" + cp "$PACKAGE_FILENAME" "$WORKDIR/" + # Leaving a file in `$TMP_DIR` is used as an indicator further down that something changed } if [[ ${1:-} == "-h" ]] || [[ ${1:-} == "--help" ]]; then |
