From b129c9445ce5a3b248a244c5aa24ca80d95f5d2d Mon Sep 17 00:00:00 2001 From: nanos Date: Thu, 23 Mar 2023 09:52:05 +0000 Subject: [PATCH] make sure we follow redirects --- .github/workflows/get_context.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 10fbc08..d9476fc 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Get latest release run: | - curl --retry 20 -s https://api.github.com/repos/nanos/mastodon_get_replies/releases/latest | jq .zipball_url | xargs wget -O download.zip + curl --retry 20 -L -s https://api.github.com/repos/nanos/mastodon_get_replies/releases/latest | jq .zipball_url | xargs wget -O download.zip unzip -j download.zip mkdir artifacts ls -lR