Skip to content

Commit

Permalink
fix bug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Jul 4, 2023
1 parent 77d408c commit 9e685ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "::set-output name=changes::false"
else
echo "ads.txt has changed."
mv fetched_ads.txt ads.txt
mv static/fetched_ads.txt static/ads.txt
echo "::set-output name=changes::false"
fi
Expand Down

0 comments on commit 9e685ab

Please sign in to comment.