summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-08-28 12:56:42 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-08-28 12:56:42 +0200
commitf0b6d290d7c84fa69253a459d83396a74ecc6250 (patch)
treea6d6449ed30ecfc6a4110ad9705337f0b02d7c3d
parent18c61de8d79e532aa391b3be771601b40d635864 (diff)
parentc994a48397d05ebc192d35ff4742a1a7624a1645 (diff)
downloadmullvadvpn-f0b6d290d7c84fa69253a459d83396a74ecc6250.tar.xz
mullvadvpn-f0b6d290d7c84fa69253a459d83396a74ecc6250.zip
Merge remote-tracking branch 'origin/main'
-rw-r--r--.github/workflows/daemon.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml
index e8e3ee1a7a..818d5eb68f 100644
--- a/.github/workflows/daemon.yml
+++ b/.github/workflows/daemon.yml
@@ -139,7 +139,7 @@ jobs:
| xargs sha1sum \
| sha1sum \
| cut -d" " -f1)"
- echo "::set-output name=hash::$hash"
+ echo "hash=$hash" >> "$GITHUB_OUTPUT"
- name: Cache Windows libraries
uses: actions/cache@v2