Commit 3178dc1f authored by nanahira's avatar nanahira

fix

parent 3da11906
Pipeline #4197 passed with stages
in 15 minutes and 3 seconds
......@@ -12,7 +12,7 @@ macOS_bin:
- linux
artifacts:
paths:
- bin
- dist
script:
- mkdir -p bin dist
- curl --location --retry 5 https://github.com/aria2/aria2/releases/download/release-1.35.0/aria2-1.35.0-osx-darwin.tar.bz2 | tar --strip-components=2 -C bin -jxf - aria2-1.35.0/bin/aria2c
......@@ -24,7 +24,7 @@ windows_bin:
- linux
artifacts:
paths:
- bin
- dist
script:
- mkdir -p bin dist
- curl --location --retry 5 --output aria2-1.35.0-win-32bit-build1.zip https://github.com/aria2/aria2/releases/download/release-1.35.0/aria2-1.35.0-win-32bit-build1.zip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment