Skip to content

Commit

Permalink
fix(ci/macos): curl -L 플래그를 넣지 않아 리디렉션이 무시되던 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
unstabler committed Sep 29, 2019
1 parent dd9bea5 commit 160e44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd release
curl https://gist.github.com/stefanbuck/ce788fee19ab6eb0b4447a85fc99f447/raw/dbadd7d310ce8446de89c4ffdf1db0b400d0f6c3/upload-github-release-asset.sh | bash -s \
curl -Ls https://gist.github.com/stefanbuck/ce788fee19ab6eb0b4447a85fc99f447/raw/dbadd7d310ce8446de89c4ffdf1db0b400d0f6c3/upload-github-release-asset.sh | bash -s \
github_api_token=$GITHUB_TOKEN \
owner=unstabler \
repo=Azalea \
Expand Down

0 comments on commit 160e44e

Please sign in to comment.