Skip to content

Commit

Permalink
CI Generate: Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed May 18, 2024
1 parent b53e215 commit e436461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
git config --global user.name "${{ secrets.BOT_GITHUB_NAME }}"
rm -rf remote/r/${{ env.REMOTE_NAME }}/
cp -r cache/generate/* remote/
cp -r remote_repo_meta_files/* remote/
cp -r bincrafters_conan_remote/remote_repo_meta_files/* remote/
cd remote
git add -A .
git commit -m "Update remote"
Expand Down

0 comments on commit e436461

Please sign in to comment.