parent
e2b4addcfc
commit
6953672df4
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 -s https://api.github.com/repos/nanos/mastodon_get_replies/releases/latest | jq .zipball_url | xargs wget -O download.zip
|
curl --retry 20 -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