Skip to content

Commit

Permalink
fix: core.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
8MiYile committed Jun 23, 2024
1 parent b271529 commit 6cc4e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: get-download-url
run: |
# 点我展开
if [[ ${{matrix.data.history_id_num}} == "" ]]; then
if [[ ${{matrix.data.history_id_num == '' }} ]]; then
echo "url=`curl -s $(curl -s "https://www.wandoujia.com/apps/${{matrix.data.app_id_num}}" \
| grep "history_" | head -n1 | awk '$1=$1' | sed -e 's/.*href="\(.*\)\" .*/\1/') \
| grep "data-href" | head -n1 | awk '$1=$1'| sed -e 's/.*href="\(.*\)\" .*/\1/'`" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6cc4e4d

Please sign in to comment.