Skip to content

Commit

Permalink
fix c2c
Browse files Browse the repository at this point in the history
  • Loading branch information
boluomimohesa committed Nov 11, 2023
1 parent 60c581e commit ebac818
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ToDomain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ jobs:
env:
filterList: grep -E "^(DOMAIN,|DOMAIN-SUFFIX)" | sed "s/^DOMAIN,//g" | sed "s/^DOMAIN-SUFFIX,/+./g"
run: |
curl -sSL ${binanceUrl} | ${{ env.filterList }} > ../publish/c2c.txt
curl -sSL ${okxUrl} | ${{ env.filterList }} >> ../publish/c2c.txt
cd publish || exit 1
curl -sSL ${binanceUrl} | ${{ env.filterList }} > c2c.txt
curl -sSL ${okxUrl} | ${{ env.filterList }} >> c2c.txt
- name: Git push assets to "release" branch
run: |
Expand Down

0 comments on commit ebac818

Please sign in to comment.