Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
ci: fix mv command
Browse files Browse the repository at this point in the history
  • Loading branch information
SamadiPour authored Jan 4, 2024
1 parent 2fd4149 commit 3fde8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Push artifacts to data branch
if: steps.verify_diff.outputs.changed == 'true' || inputs.force_update
run: |
mv -r artifact/ ../
mv artifact/ ../
git fetch origin
if git show-ref --verify --quiet refs/heads/data; then
git branch -D data
Expand Down

0 comments on commit 3fde8ee

Please sign in to comment.