make sure we follow redirects
This commit is contained in:
parent
b1a382c55a
commit
b129c9445c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/get_context.yml
vendored
2
.github/workflows/get_context.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Get latest release
|
- name: Get latest release
|
||||||
run: |
|
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
|
unzip -j download.zip
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
ls -lR
|
ls -lR
|
||||||
|
|
Loading…
Reference in a new issue